Click or drag to resize

PdfiumFPDFInterForm_FindFieldInCalculationOrder Method

Find specified field in an array of indirect references to field dictionaries with calculation actions.

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

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
field  IntPtr
Handle to the Field. Returned by FPDFInterForm_GetFieldInCalculationOrder(IntPtr, Int32)

Return Value

Int32
Zero based index of a Field in fields array or -1 if no any fields was found.
See Also