Click or drag to resize

Pdfium.FPDFText_GetUnicodeEx Method

Get Unicode of a character in a page

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static char FPDFText_GetUnicodeEx(
	IntPtr text_page,
	int index
)

Parameters

text_page  IntPtr
Handle to a text page information structure. Returned by FPDFText_LoadPage(IntPtr) function.
index  Int32
Zero-based index of the character

Return Value

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