IPXC_AcroForm::Field Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_AcroForm::Field Property}}
 
{{#customTitle:IPXC_AcroForm::Field Property}}
  
Property '''Field''' of interface [[PXV:IPXC_AcroForm|IPXC_AcroForm]] returns  Pointer to [[PXV:IPXC_FormField|IPXC_FormField]] ...
+
Returns a terminal [[PXV:IPXC_FormField|field]] by its zero-based index.
 
+
  
 
== Syntax ==
 
== Syntax ==
Line 11: Line 10:
 
== Parameters ==
 
== Parameters ==
 
;''nIndex''
 
;''nIndex''
:[in] Value of ULONG.
+
:[in] 0-bases index of the field. Value should be in range [0, [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]].
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].
 
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].

Revision as of 12:19, 12 April 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-bases index of the field. Value should be in range [0, FieldsCount].

See Also

See also IPXC_AcroForm.