IPXC_AcroForm::Field Property

From PDF XChange PDF SDK
Revision as of 08:00, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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-based index of the field. Value should be in range [0, FieldsCount).

See Also

IPXC_AcroForm