Rotation of the rendered barcode.

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

Syntax

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

Implements

IBaseBarcode..::.Rotation

See Also