Gets or sets the text rotation angle in degrees.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double TextAngle { get; set; }
VB
Public Property TextAngle As Double
Get
Set
Property Value
Type:
DoubleThe text rotation angle, in degrees.
Remarks
Text gets rotated in counter-clockwise direction.
Default value: 0 degrees (no rotation).
See Also