AppIsPostScriptPrinter

Die Funktion AppIsPostScriptPrinter prüft, ob der angegebene Drucker ein PostScript-Drucker ist.

bool = AppIsPostScriptPrinter(ssPrinterName)

Returnwert

bool ist TRUE (1), falls der Drucker ein PostScript-Drucker ist.

Parameter

ssPrinterName

ssPrinterName ist der vollständige Name eines Druckers.

Beispiel

* AppIsPostScriptPrinter("\\P300\HPLaser");
*   0.000
* AppSetPrinter("HP LaserJet 4050 PS");
*   1.000

id-2114036