Click or drag to resize

PdfiumFPDFInterForm_IsValidFormField Method

Determines that specified Field is a valid Field from the hierarchy of documents fields

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFInterForm_IsValidFormField(
	IntPtr interForm,
	IntPtr field
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
field  IntPtr
Field objects. Returned by FPDFInterForm_GetField(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