Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Applets > getPrinterType (print applet)

getPrinterType (print applet)

Syntax

Skip past command syntax or program codeString getPrinterType()

Description

The getPrinterType method lets you determine the type of the client device's default printer. getPrinterType returns one of the following printer types:

Unknown means the printer type is unavailable.

Note This list can be extended by modifying the file printertypes.txt. For more information, see The tta_print_converter script.

Examples

Skip past command syntax or program codemyType = getPrinterType();

Determines the type of the client device's default printer.

Related topics