Namespace: BitMiracle.Docotic.Pdf
public bool UseBidi { get; set; }
Public Property UseBidi As Boolean Get Set
Default value: true.
This property only affects text containing right-to-left characters.
PDF documents draw and store text according to the visual order. To properly extract right-to-left and bidirectional text, you need to reorder characters according to the logical order. When this property is equal to true, the library applies the inverse Bidi algorithm to reorder text.