Gets or sets the rotation angle, in 90 degrees increments only, to apply on this item. It is measured clockwise from the x-axis. Default value is 0 (zero)
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public int RotationAngle { get; set; } |
Visual Basic |
---|
Public Property RotationAngle As Integer
Get
Set |
Visual C++ |
---|
public:
property int RotationAngle {
int get ();
void set (int value);
} |
Property Value
Type:
Int32Exceptions
See Also