Table of Contents

Property Angle

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Angle

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

public double? Angle { get; set; }

Property Value

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.