Annotation TextDirection Property. The default text direction. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Value Read Only Description
[C#] XTextStyle.DirectionType

[Visual Basic]
XTextStyle.DirectionType
DirectionType.Default No The default text direction

 

   

Notes
 

This property specifies the default primary text direction. For the details of each value, please refer to XTextStyle.Direction.

Its value is not saved to the PDF file. It does not support RightToLeft and mainly allows you to enable the support for ligatures and right-to-left text (in left-to-right primary text direction) while the appearance stream is updated.

 

   

Example
 

None.