hasUnicodeErrors property
final
True when at least one character on this page had a broken Unicode
mapping (i.e. FPDFText_HasUnicodeMapError returned non-zero for it).
Such characters are silently omitted from text by PDFium. This flag warns callers that the extracted text may be incomplete.
Implementation
final bool hasUnicodeErrors;