Click or drag to resize

PdfFontToCharCode Method

Convert given unicode to char code

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

Parameters

unicode  Char
Unicode

Return Value

Int32
Char code
See Also