Table of Contents

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

characterCode PdfCharacterCode

The 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.

Constructors

PdfCharacterCodeToUnicodeMapper(object, IntPtr)

Methods

BeginInvoke(PdfCharacterCode, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(PdfCharacterCode)