.. highlightlang:: us .. index:: AppIsPostScriptPrinter .. _appispostscriptprinter: AppIsPostScriptPrinter ====================== .. us.tag AppIsPostScriptPrinter ENGLISH App The function :ref:`AppIsPostScriptPrinter` identifies the printer as a PostScript printer. .. function:: bool = AppIsPostScriptPrinter(ssPrinterName) .. us.return **Return Value** If the printer is a PostScript printer the function returns TRUE (1), otherwise FALSE (0). .. us.params **Parameters** .. uparam:: ssPrinterName *ssPrinterName* is the complete printer name. .. us.example **Example** :: * AppIsPostScriptPrinter("\\P300\HPLaser"); * 0.000 * AppSetPrinter("HP LaserJet 4050 PS"); * 1.000 .. seealso:: :ref:`overview-application-object`, :ref:`AppGetAllPrinterNames`, :ref:`AppIsPostScriptPrinter`, :ref:`DocPrint`, :ref:`PagePrint` :sub:`id-2114036`