Property ReadingDirection
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ReadingDirection
Gets or sets the main direction of text for the inverse Bidi algorithm in this PdfTextConversionOptions.
public PdfReadingDirection ReadingDirection { get; set; }
Property Value
- PdfReadingDirection
The main direction of text in this PdfTextConversionOptions.
Remarks
Default value: AutoLtr.
The reading direction in this PdfTextConversionOptions is only used
when UseBidi property is equal to true
.