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

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 Code128CharSet Code128CharSet { get; set; }
Visual Basic (Declaration)
Public Property Code128CharSet As Code128CharSet
Visual C++
public:
property Code128CharSet Code128CharSet {
	Code128CharSet get ();
	void set (Code128CharSet value);
}

See Also