Class InstalledPrinter
It represents a printer installed in the client machine with an associated OS driver.
- Neodynamic\SDK\Web\ClientPrinter
- Neodynamic\SDK\Web\InstalledPrinter
public
|
#
__construct( string $printerName )
Creates an instance of the InstalledPrinter class with the specified printer name. |
public
|
public
string
|
$printerName | '' |
#
Gets or sets the name of the printer installed in the client machine. Default value is an empty string. |
public
boolean
|
$printToDefaultIfNotFound | false |
#
Gets or sets whether to print to Default printer in case of the specified one is not found or missing. Default is False. |
public
string
|
$trayName | '' |
#
Gets or sets the name of the tray supported by the client printer. Default value is an empty string. |
public
string
|
$paperName | '' |
#
Gets or sets the name of the Paper supported by the client printer. Default value is an empty string. |
public
integer
|
$duplex |
|
#
Gets or sets the printer's double-sided (duplex) printing capability. Default is the current printer's driver setting. DEF = 0, SIMPLEX = 1, VERTICAL = 2, HORIZONTAL = 3 |
$printerId
|