Gets or sets the code page for text encoding. NOTE: It's used on EPL-based printers only.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public CodePages TextEncoding { get; set; }
Visual Basic (Declaration)
Public Property TextEncoding As CodePages
Visual C++
public:
property CodePages TextEncoding {
	CodePages get ();
	void set (CodePages value);
}

See Also