IPXC_AcroForm::Field Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 16: Line 16:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_FormField|IPXC_FormField]], [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]].
+
[[PXV:IPXC_AcroForm|IPXC_AcroForm]]

Revision as of 04:09, 23 May 2015

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