Click or drag to resize

PdfiumFPDFInterForm_IsValidFormControl Method

Determines that specified Control is a valid Control

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFInterForm_IsValidFormControl(
	IntPtr interForm,
	IntPtr 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

Boolean
True if the specified Field is present in the list of fields of the document or False otherwise.
See Also