Click or drag to resize

PdfiumFPDFFormField_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 FPDFFormField_GetControl(
	IntPtr frmField,
	int index
)

Parameters

frmField  IntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
index  Int32
Index of Control ranging from 0 to FPDFInterForm_CountControls(IntPtr, String)

Return Value

IntPtr
Handle to the Control object.
See Also