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

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.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