Classes
| Class | Description | |
|---|---|---|
| ClientPrinter |
The base class for all kind of printers supported at the client side.
| |
| ClientPrintJob |
Specifies information about the print job to be processed at the client side.
| |
| DefaultPrinter |
It represents the default printer installed in the client machine.
| |
| NetworkPrinter |
It represents a Network IP/Ethernet printer which can be reached from the client machine.
| |
| ParallelPortPrinter |
It represents a printer which is connected through a parallel port in the client machine.
| |
| SerialPortPrinter |
It represents a printer which is connected through a serial port in the client machine.
| |
| UserSelectedPrinter |
It represents a printer which will be selected by the user in the client machine. The user will be prompted with a print dialog.
| |
| WebClientPrint |
Provides methods for registering the WebClientPrint script code in ASP.NET web pages.
| |
| WindowsDriverPrinter |
It represents a printer installed in the client machine with an associated Windows driver.
|