Namespace: BitMiracle.Docotic.Pdf
public PdfReadingDirection ReadingDirection { get; set; }
Public Property ReadingDirection As PdfReadingDirection Get Set
Default value: AutoLtr.
To properly draw right-to-left and bidirectional text string, you need to reorder characters according to the visual order. The Bidi algorithm is used for such reordering. This option allow you to control the main direction of text for the Bidi algorithm.