IPXC_AcroForm::FieldsCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm::FieldsCount Property}}
 
{{#customTitle:IPXC_AcroForm::FieldsCount Property}}
 +
{{#parentPage:PXV:IPXC_AcroForm#Properties|FieldsCount|property}}
  
Property '''FieldsCount''' of interface [[PXV:IPXC_AcroForm|IPXC_AcroForm]] returns  Value of ULONG ...
+
The number of '''terminal''' [[PXV:IPXC_FormField|fields]] in the form. '''Terminal''' fields have no children, only one or more [[PXV:IPXC_Annotation|widgets]].
 
+
  
 
== 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]].
+
[[PXV:IPXC_AcroForm|IPXC_AcroForm]]

Latest revision as of 08:00, 23 May 2015

The number of terminal fields in the form. Terminal fields have no children, only one or more widgets.

Syntax

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

See Also

IPXC_AcroForm