IPXC_AcroForm::Field Property
From PDF XChange PDF SDK
Returns a terminal field by its zero-based index.
Syntax
HRESULT get_Field([in] ULONG nIndex, [out, retval] IPXC_FormField** ppField);
Parameters
- nIndex
- [in] 0-bases index of the field. Value should be in range [0, FieldsCount).
See Also
See also IPXC_AcroForm, IPXC_FormField, FieldsCount.