IPXC_AcroForm::FieldsCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Number of terminal [[PXV:IPXC_FormField|fields]] in the form.
+
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 ==

Revision as of 11:51, 27 April 2015


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

See also IPXC_AcroForm, IPXC_FormField.