Gets or sets the characters set to use in the Code 128 symbology. Possible values are: Auto, A, B or C. Default value is Auto

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

Syntax

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

See Also