Click or drag to resize

PdfiumFPDFInterForm_CountFieldsInCalculationOrder Method

Get total number of fields with calculation actions

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

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.

Return Value

Int32
Count total number of elements in array of indirect references to field dictionaries with calculation actions, defining the calculation order in which their values will be recalculated when the value of any field changes
See Also