PdfExtractor.IsBidi

PdfExtractor.IsBidi property

Is true when text has hebriew or arabic symbols. This case must be specially considered because string functions change their behaviour and start process text from right to left (except numbers and other non text chars).

public bool IsBidi { get; }

See Also