Delegate PdfCharacterCodeToUnicodeMapper
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Defines a method that maps PDF character codes to Unicode strings.
public delegate string? PdfCharacterCodeToUnicodeMapper(PdfCharacterCode characterCode)
Parameters
characterCodePdfCharacterCodeThe character code to map.
Returns
- string
The Unicode value corresponding to the provided character code.
Remarks
The method can return null or empty string as the result of the mapping.
Different character codes can be mapped to the same Unicode string.
The method is a part of the options specified by an object of the PdfTextExtractionOptions type.