Click or drag to resize

PdfiumFPDFPageObj_GetListFromForm Method

Get handle to the page objects list from form object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFPageObj_GetListFromForm(
	IntPtr formContent
)

Parameters

formContent  IntPtr
Handle to content of form object returned by FPDFFormObj_GetFormContent(IntPtr)

Return Value

IntPtr
Handle to the list.
See Also