PdfStringDrawingOptions.Angle Property

Get or sets the angle to rotate drawn text string by.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double? Angle { get; set; }
VB
Public Property Angle As Double?
	Get
	Set

Property Value

Type: Nullable<Double>
The angle, in degrees, to rotate drawn text string by. Can be null.

Remarks

Default value: null.

When this property is null, text string will be rotated using the TextAngle angle.

Text gets rotated in counter-clockwise direction. Use negative angle to rotate in clockwise direction.

See Also