Click or drag to resize

PdfiumFPDFOBJ_GetUnicodeText Method

Returns the unicode string contained in this PDF object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

String
Unicode string that represents the current object or null if any errors occurs.
See Also