IPXC_AcroForm::Field Property

From PDF XChange PDF SDK
Jump to: navigation, search
m
m
Line 2: Line 2:
 
{{#customTitle:IPXC_AcroForm::Field Property}}
 
{{#customTitle:IPXC_AcroForm::Field Property}}
 
{{#parentPage:PXV:IPXC_AcroForm|Field Property|property}}
 
{{#parentPage:PXV:IPXC_AcroForm|Field Property|property}}
 +
  
 
Returns a terminal [[PXV:IPXC_FormField|field]] by its zero-based index.
 
Returns a terminal [[PXV:IPXC_FormField|field]] by its zero-based index.

Revision as of 06:26, 13 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

See also IPXC_AcroForm, IPXC_FormField, FieldsCount.