IPXC_AcroForm::FieldsCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_AcroForm::FieldsCount Property}}
 
{{#customTitle:IPXC_AcroForm::FieldsCount Property}}
  
Property '''FieldsCount''' of interface [[PXV:IPXC_AcroForm|IPXC_AcroForm]] returns  Value of ULONG ...
+
Number of terminal [[PXV:IPXC_FormField|fields]] in the form.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FieldsCount([out, retval] ULONG* pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FieldsCount([out, retval] ULONG* pCount);</pre>
</pre>
+
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].
 
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].

Revision as of 12:15, 12 April 2015

Number of terminal fields in the form.

Syntax

HRESULT get_FieldsCount([out, retval] ULONG* pCount);

See Also

See also IPXC_AcroForm.