Gets or sets the encoding code page to process the printer's commands. Default is 850 (IBM850/MS-DOS Latin 1).
Namespace: Neodynamic.SDK.WebAssembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 2.0.2000.0 (2.0.2000.2)
public int EncodingCodePage { get; set; }
public int EncodingCodePage { get; set; }
Public Property EncodingCodePage As Integer
Get
Set
Public Property EncodingCodePage As Integer
Get
Set
Property Value
Type:
Int32
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.