Gets or sets the type of barcode.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

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

See Also