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

Namespace:  Neodynamic.WinControls.BarcodeProfessional
Assembly:  Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)

Syntax

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

See Also