Click or drag to resize

PdfiumFPDFOBJ_GetArray Method

Returns an Array representation of the specified object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static IntPtr FPDFOBJ_GetArray(
	IntPtr obj_handle
)

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

IntPtr
Handle to the PDF Array object, IntPtr.Zero if any errors occurs.
See Also