Gets or sets the printer's commands in binary format. Default is null (nothing).
Gets or sets the printer's commands in binary format. Default is null (nothing).
Gets or sets the ClientPrinter object. Default is null (nothing).
Use a DefaultPrinter object for using the default printer installed in the client machine.
Use a InstalledPrinter object for using a printer installed in the client machine with an associated OS printer driver.
Use a ParallelPortPrinter object for using a printer which is connected through a parallel port in the client machine.
Use a SerialPortPrinter object for using a printer which is connected through a serial port in the client machine.
Use a NetworkPrinter object for using a Network IP/Ethernet printer which can be reached from the client machine.
Gets or sets the ClientPrinter object. Default is null (nothing).
Use a DefaultPrinter object for using the default printer installed in the client machine.
Use a InstalledPrinter object for using a printer installed in the client machine with an associated OS printer driver.
Use a ParallelPortPrinter object for using a printer which is connected through a parallel port in the client machine.
Use a SerialPortPrinter object for using a printer which is connected through a serial port in the client machine.
Use a NetworkPrinter object for using a Network IP/Ethernet printer which can be reached from the client machine.
Gets an array of PrintFile objects to be printed at the client side. Default is an empty list.
Gets or sets the printer's commands in text plain format. Default is an empty string.
Gets or sets the printer's commands in text plain format. Default is an empty string.
Gets or sets the Encoding or CodePage to apply on the printerCommands property. It requires SheetJS (https://github.com/SheetJS/js-codepage). Refer to JSPM.Encoding enum.
Gets or sets the Encoding or CodePage to apply on the printerCommands property. It requires SheetJS (https://github.com/SheetJS/js-codepage). Refer to JSPM.Encoding enum.
Gets or sets the number of copies for Printer Commands. Default is 1.
Gets or sets the number of copies for Printer Commands. Default is 1.
Occurs when an error is thrown for the current print job.
The data object related to this event.
Whether the error is critial or not.
Occurs when the current print job has finished.
The data object related to this event.
Occurs when the current print job is updated.
The data object related to this event.
Specifies information about the print job to be processed at the client side.