 | PdfiumFPDFInterForm_CountControls Method |
Get total number of controls in a specified field
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFInterForm_CountControls(
IntPtr interForm,
string csFieldName = null
)
Public Shared Function FPDFInterForm_CountControls (
interForm As IntPtr,
Optional csFieldName As String = Nothing
) As Integer
public:
static int FPDFInterForm_CountControls(
IntPtr interForm,
String^ csFieldName = nullptr
)
static member FPDFInterForm_CountControls :
interForm : IntPtr *
?csFieldName : string
(* Defaults:
let _csFieldName = defaultArg csFieldName null
*)
-> int
public static int FPDFInterForm_CountControls(
IntPtr interForm,
String csFieldName = null
)
Patagames.Pdf.Pdfium.FPDFInterForm_CountControls = function(interForm, csFieldName);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- csFieldName String (Optional)
- The name of the field in the hierarchy of fields.
Return Value
Int32Total number of controls in the field.
See Also