ClientPrintJob EncodingCodePage Property Neodynamic WebClientPrint for ASP.NET Class Reference
Gets or sets the encoding code page to process the printer's commands. Default is 850 (IBM850/MS-DOS Latin 1).

Namespace: Neodynamic.SDK.Web
Assembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 2.0.2000.0 (2.0.2000.2)
Syntax

public int EncodingCodePage { get; set; }

Property Value

Type: OnlineInt32
Remarks

The encoding code page is needed to convert the specified printer's commands in text plain format to bytes. If you are using the BinaryPrinterCommands property instead of PrinterCommands, then the encoding code page is not taken into account.
See Also