getFormField

Get a form field handle.
getFormField([in] int idx, [out, retval] LONG *fieldHandle)
This function returns an opaque handle for the idxth field in the form.

This handle can be passed to the various getFormField... functions to retrieve information about the field.

VB:
Dim field As Long For i = 0 To pdf.getNumFormFields - 1 field = pdf.getFormField(i) ... Next i
getFormType
getNumFormFields
getFormFieldType
getFormFieldName
getFormFieldBBox
getFormFieldMaxLength
getFormFieldValue