 | PdfiumFPDFInterForm_IsValidFormControl Method |
Determines that specified Control is a valid Control
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFInterForm_IsValidFormControl(
IntPtr interForm,
IntPtr control
)
Public Shared Function FPDFInterForm_IsValidFormControl (
interForm As IntPtr,
control As IntPtr
) As Boolean
public:
static bool FPDFInterForm_IsValidFormControl(
IntPtr interForm,
IntPtr control
)
static member FPDFInterForm_IsValidFormControl :
interForm : IntPtr *
control : IntPtr -> bool
public static boolean FPDFInterForm_IsValidFormControl(
IntPtr interForm,
IntPtr control
)
Patagames.Pdf.Pdfium.FPDFInterForm_IsValidFormControl = function(interForm, control);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- control IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
BooleanTrue if the specified Field is present in the list of fields of the document or False otherwise.
See Also