ClientPrintJob MembersNeodynamic WebClientPrint for ASP.NET Class Reference

The ClientPrintJob type exposes the following members.
Constructors

  NameDescription
Public methodClientPrintJob
Back to Top
Methods

  NameDescription
Public methodGetBuffer
Gets a byte array representing this ClientPrintJob object.
Public methodSendToClient
Sends this ClientPrintJob to the client for further processing.
Back to Top
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.
Public propertyPrintFile
Gets or sets the PrintFile object to be printed at the client side. Default is null (nothing).
Public propertyPrintFileGroup
Gets a group of PrintFile objects to be printed at the client side. Default is an empty list.
Back to Top
See Also