 | PdfiumFPDFInterForm_CountPageControls Method |
Get total number of controls on a specified page
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFInterForm_CountPageControls(
IntPtr interForm,
IntPtr page
)
Public Shared Function FPDFInterForm_CountPageControls (
interForm As IntPtr,
page As IntPtr
) As Integer
public:
static int FPDFInterForm_CountPageControls(
IntPtr interForm,
IntPtr page
)
static member FPDFInterForm_CountPageControls :
interForm : IntPtr *
page : IntPtr -> int
public static int FPDFInterForm_CountPageControls(
IntPtr interForm,
IntPtr page
)
Patagames.Pdf.Pdfium.FPDFInterForm_CountPageControls = function(interForm, page);
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.
Return Value
Int32Total number of controls on a page.
See Also