Click or drag to resize
Pdftools logo

UnicodeSource Enumeration

Flags specifying additional sources for Unicode mapping


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntax
C#
[FlagsAttribute]
public enum UnicodeSource
Members
Member nameValueDescription
None0 Do not use any additional sources. Only use ToUnicode information contained in the PDF document as described in the PDF Reference.
KnownSymbolicPua1 Use Unicodes from Private Use Areas (PUA) for all fonts that are known to be symbolic, e.g. "ZapfDingbats" or "Wingdings".
FallbackAllPua2 Use Unicodes from Private Use Areas (PUA) for all characters for which no better Unicode can be determined.
InstalledFont4 If on the system a font of the same name is installed, use Unicodes of matching glyphs.
See Also