 | PdfiumFPDFInterForm_GetPageControl Method |
Gets control specified by a index for specified page
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFInterForm_GetPageControl(
IntPtr interForm,
IntPtr page,
int index
)
Public Shared Function FPDFInterForm_GetPageControl (
interForm As IntPtr,
page As IntPtr,
index As Integer
) As IntPtr
public:
static IntPtr FPDFInterForm_GetPageControl(
IntPtr interForm,
IntPtr page,
int index
)
static member FPDFInterForm_GetPageControl :
interForm : IntPtr *
page : IntPtr *
index : int -> IntPtr
public static IntPtr FPDFInterForm_GetPageControl(
IntPtr interForm,
IntPtr page,
int index
)
Patagames.Pdf.Pdfium.FPDFInterForm_GetPageControl = function(interForm, page, 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
IntPtrThe Control object.
See Also