Rotation Property (PdfTextFieldBase)
In This Topic
Gets or sets the rotation angle of the current
PdfFieldBase, in degrees counter-clockwise from the
X axis.
Syntax
'Declaration
Public Overridable Property Rotation As Single
public virtual float Rotation {get; set;}
See Also