TXTextControlWeb.getInstalledPrinters Method

Gets the names of the printers installed on the server which are usable by Text Control.

Syntax

[JavaScript]
<void> TXTextControlWeb.getInstalledPrinters(<function> callback);
Parameter Description
callback

A function with one parameter of type String[]. Is called with the names of the installed printers which can be used by Text Control as soon as the information has been retrieved from the server.