Click or drag to resize
Pdf Library for .NET

PdfTextSectionDirection Property

Gets or sets an angle to control the text direction.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public float Direction { get; set; }

Property Value

Type: Single
Remarks
The default value is 0. Adding a value in degrees will rotate the text counter-clockwise.
See Also