Gets or sets the rotation angle to apply on the barcode image.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also