Rotation of the rendered barcode.

Namespace: Limilabs.Barcode
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

C#
RotationType Rotation { get; set; }
Visual Basic
Property Rotation As RotationType
	Get
	Set
Visual C++
property RotationType Rotation {
	RotationType get ();
	void set (RotationType value);
}

See Also