IPXC_AcroForm::Field Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AcroForm::Field Property}} | {{#customTitle:IPXC_AcroForm::Field Property}} | ||
− | {{#parentPage:PXV:IPXC_AcroForm|Field | + | {{#parentPage:PXV:IPXC_AcroForm#Properties|Field|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. | ||
Line 13: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] 0- | + | :[in] 0-based index of the field. Value should be in range [0, [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]). |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_AcroForm|IPXC_AcroForm]] |
Latest revision as of 07:00, 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).