The ClientPrintJob type exposes the following members.

Constructors

  NameDescription
Public methodClientPrintJob

Methods

  NameDescription
Public methodGetBuffer
Gets a byte array representing this ClientPrintJob object.
Public methodSendToClient
Sends this ClientPrintJob to the client for further processing.

Properties

  NameDescription
Public propertyBinaryPrinterCommands
Gets or sets the printer's commands in binary format. Default is null (nothing).
Public propertyClientPrinter
Gets or sets the ClientPrinter object. Default is null (nothing).
Public propertyEncodingCodePage
Gets or sets the encoding code page to process the printer's commands. Default is 850 (IBM850/MS-DOS Latin 1).
Public propertyFormatHexValues
Gets or sets whether the printer commands have chars expressed in VB or C# hexadecimal notation. Default is false.
Public propertyPrinterCommands
Gets or sets the printer's commands in text plain format. Default is an empty string.

See Also