IPXC_AcroForm::FieldsCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm::FieldsCount Property}}
 
{{#customTitle:IPXC_AcroForm::FieldsCount Property}}
{{#parentPage:PXV:IPXC_AcroForm|FieldsCount Property|property}}
+
{{#parentPage:PXV:IPXC_AcroForm#Properties|FieldsCount Property|property}}
  
 
The number of '''terminal''' [[PXV:IPXC_FormField|fields]] in the form. '''Terminal''' fields have no children, only one or more [[PXV:IPXC_Annotation|widgets]].
 
The number of '''terminal''' [[PXV:IPXC_FormField|fields]] in the form. '''Terminal''' fields have no children, only one or more [[PXV:IPXC_Annotation|widgets]].

Revision as of 13:52, 21 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, IPXC_FormField.