Property ReadingDirection
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ReadingDirection
Gets or sets the main direction of text string for the Bidi algorithm in this PdfStringDrawingOptions.
public PdfReadingDirection ReadingDirection { get; set; }
Property Value
- PdfReadingDirection
The main direction of drawn text string in this PdfStringDrawingOptions.
Remarks
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.