getPrinterType (print applet)

Syntax

String 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

myType = getPrinterType();

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

Related topics
  • Print applet
  • Configuring Tarantella print job conversion
  • setPrinterType (print applet)