The ClientPrintJob type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ClientPrintJob |
Methods
| Name | Description | |
|---|---|---|
| GetBuffer |
Gets a byte array representing this ClientPrintJob object.
| |
| SendToClient |
Sends this ClientPrintJob to the client for further processing.
|
Properties
| Name | Description | |
|---|---|---|
| BinaryPrinterCommands |
Gets or sets the printer's commands in binary format. Default is null (nothing).
| |
| ClientPrinter |
Gets or sets the ClientPrinter object. Default is null (nothing).
| |
| EncodingCodePage |
Gets or sets the encoding code page to process the printer's commands. Default is 850 (IBM850/MS-DOS Latin 1).
| |
| FormatHexValues |
Gets or sets whether the printer commands have chars expressed in VB or C# hexadecimal notation. Default is false.
| |
| PrinterCommands |
Gets or sets the printer's commands in text plain format. Default is an empty string.
| |
| PrintFile |
Gets or sets the PrintFile object to be printed at the client side. Default is null (nothing).
| |
| PrintFileGroup |
Gets a group of PrintFile objects to be printed at the client side. Default is an empty list.
|
See Also