Gets or sets the ClientPrinter object. Default is null (nothing).
Namespace: Neodynamic.SDK.WebAssembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 2.0.2000.0 (2.0.2000.2)
Syntax
Property Value
Type: ClientPrinterRemarks
- 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 Windows 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.
See Also