Click or drag to resize

PdfFontToUnicode Method

Convert given char code to unicode

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public char ToUnicode(
	int charCode
)

Parameters

charCode  Int32
Char code

Return Value

Char
Unicode
See Also