IPXC_AcroForm::FieldsCount Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AcroForm::FieldsCount Property}} | {{#customTitle:IPXC_AcroForm::FieldsCount Property}} | ||
− | {{#parentPage:PXV:IPXC_AcroForm|property}} | + | {{#parentPage:PXV:IPXC_AcroForm|FieldsCount Property|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FieldsCount([out, retval] ULONG* pCount);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT get_FieldsCount([out, retval] ULONG* pCount); |
+ | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_FormField|IPXC_FormField]]. | See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_FormField|IPXC_FormField]]. |
Revision as of 05:54, 23 April 2015
Number of terminal fields in the form.
Syntax
HRESULT get_FieldsCount([out, retval] ULONG* pCount);
See Also
See also IPXC_AcroForm, IPXC_FormField.