AppIsPostScriptPrinterΒΆ

The function AppIsPostScriptPrinter identifies the printer as a PostScript printer.

bool = AppIsPostScriptPrinter(ssPrinterName)

Return Value

If the printer is a PostScript printer the function returns TRUE (1), otherwise FALSE (0).

Parameters

ssPrinterName

ssPrinterName is the complete printer name.

Example

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

id-2114036