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 PdfTextExtractionOptions.
public PdfReadingDirection ReadingDirection { get; set; }
Property Value
- PdfReadingDirection
The main direction of text in this PdfTextExtractionOptions.
Remarks
Default value: AutoLtr.
The reading direction in this PdfTextExtractionOptions is only used
when UseBidi property is equal to true
.