IPXC_AcroForm::Field Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AcroForm::Field Property}} | {{#customTitle:IPXC_AcroForm::Field Property}} | ||
− | {{#parentPage:PXV:IPXC_AcroForm|property}} | + | {{#parentPage:PXV:IPXC_AcroForm|Field Property|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Field([in] ULONG nIndex, [out, retval] IPXC_FormField** ppField); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Field([in] ULONG nIndex, |
+ | [out, retval] IPXC_FormField** ppField); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] 0-bases index of the field. Value should be in range [0, [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]). | :[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]], [[PXV:IPXC_FormField|IPXC_FormField]], [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]. | See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_FormField|IPXC_FormField]], [[PXV:IPXC_AcroForm_FieldsCount|FieldsCount]]. |
Revision as of 04:54, 23 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, IPXC_FormField, FieldsCount.