Rotation of the rendered barcode.

Namespace: Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll)
Version: 1.0.5.40001

Syntax

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

See Also