Click or drag to resize

PdfTextGetCharacter Method

Get Unicode of a character in a page

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

Parameters

index  Int32
Zero-based index of the character

Return Value

Char
The the particular character. If a character is not encoded in Unicode and engine can't convert to Unicode, the return value will be zero character (\0).
See Also