PdfTextExtractionOptions.ReadingDirection Property

Gets or sets the main direction of text for the inverse Bidi algorithm.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfReadingDirection ReadingDirection { get; set; }
VB
Public Property ReadingDirection As PdfReadingDirection
	Get
	Set

Property Value

Type: PdfReadingDirection
The main direction of text.

Remarks

Default value: AutoLtr.

The reading direction is only used when UseBidi property is equal to true.

See Also