Rotation of the rendered barcode.

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

Syntax

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

See Also