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: 1.0.2000.0 (1.0.2000.0)

Collapse imageSyntax

C#
public int EncodingCodePage { get; set; }
Visual Basic
Public Property EncodingCodePage As Integer
	Get
	Set
Visual C++
public:
property int EncodingCodePage {
	int get ();
	void set (int value);
}

Collapse imageRemarks

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.

Collapse imageSee Also