Click or drag to resize

PdfiumFPDFInterForm_GetFieldInCalculationOrder Method

Gets field with calculation actions specified by a index

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

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
index  Int32
Index of a field ranging from 0 to FPDFInterForm_CountFieldsInCalculationOrder(IntPtr)

Return Value

IntPtr
Field from an array of indirect references to field dictionaries with calculation actions.
See Also