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

setPrinterPort (print applet)

Syntax

Skip past command syntax or program codeboolean setPrinterPort(String port)

Description

The setPrinterPort method lets you set the client device's printer port.

setPrinterPort reports success or failure by returning true or false.

Note This method has no effect on UNIX systems.

Examples

Skip past command syntax or program codesetPrinterPort("\\brussels\tta");

Sets the printer port to the Windows printer \\brussels\tta (this applies only to client devices running Microsoft Windows).

Related topics