Click or drag to resize

PdfiumFPDFInterForm_GetControl Method

Gets control specified by a index for specified field

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

Parameters

interForm  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
index  Int32
Index of Control ranging from 0 to FPDFInterForm_CountControls(IntPtr, String)
csFieldName  String
The name of the field in the hierarchy of fields.

Return Value

IntPtr
The Control object.
See Also