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

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.0)

Syntax

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

See Also