.. highlightlang:: us .. index:: AppIsPostScriptPrinter .. _appispostscriptprinter: AppIsPostScriptPrinter ====================== .. us.tag AppIsPostScriptPrinter GERMAN App Die Funktion :ref:`AppIsPostScriptPrinter` prüft, ob der angegebene Drucker ein PostScript-Drucker ist. .. function:: bool = AppIsPostScriptPrinter(ssPrinterName) .. us.return **Returnwert** *bool* ist TRUE (1), falls der Drucker ein PostScript-Drucker ist. .. us.params **Parameter** .. uparam:: ssPrinterName *ssPrinterName* ist der vollständige Name eines Druckers. .. us.example **Beispiel** :: * AppIsPostScriptPrinter("\\P300\HPLaser"); * 0.000 * AppSetPrinter("HP LaserJet 4050 PS"); * 1.000 .. seealso:: :ref:`uberblick-application-objekt`, :ref:`AppGetAllPrinterNames`, :ref:`AppSetPrinter`, :ref:`DocPrint`, :ref:`PagePrint` :sub:`id-2114036`