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.17.0+23d126d295bd5cb25c315a91f72f3e0c111acb34
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