Click or drag to resize

PdfiumFPDFTextObj_GetTextUnicode Method

Retrieves unicode text from the text object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFTextObj_GetTextUnicode(
	IntPtr textObject
)

Parameters

textObject  IntPtr
A handle to the text object.

Return Value

String
The text that corresponds to a text object.
See Also