Click or drag to resize

PdfiumFPDFInterForm_GetField Method

Gets field specified by a index and a parent field in the hierarchy of fields

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFInterForm_GetField(
	IntPtr interForm,
	int index,
	string csFieldName = null
)

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
index  Int32
Index of Field ranging from 0 to FPDFInterForm_CountFields(IntPtr, String)
csFieldName  String  (Optional)
The name of the parent field in the hierarchy of fields or null for the root.

Return Value

IntPtr
The Field object from the hierarchy of document's fields.
See Also