Click or drag to resize

PdfFontBase GetCharCodeInFont Method

Returns char code in the font.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected abstract bool GetCharCodeInFont(
	char charCode
)

Parameters

charCode
Type: System Char

Return Value

Type: Boolean
See Also