Click or drag to resize

PdfiumFPDFInterForm_GetPageControl Method

Gets control specified by a index for specified page

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFInterForm_GetPageControl(
	IntPtr interForm,
	IntPtr page,
	int index
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
page  IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32)function.
index  Int32
Index of Control ranging from 0 to FPDFInterForm_CountPageControls(IntPtr, IntPtr)

Return Value

IntPtr
The Control object.
See Also