IPXC_AcroForm::Root Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXC_AcroForm::Root Property}}
 
{{#customTitle:IPXC_AcroForm::Root Property}}
 
{{#parentPage:PXV:IPXC_AcroForm|Root Property|property}}
 
{{#parentPage:PXV:IPXC_AcroForm|Root Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Root''' of interface [[PXV:IPXC_AcroForm|IPXC_AcroForm]] returns  Pointer to [[PXV:IPXC_FormField|IPXC_FormField]] ...
+
Returns fake '''root field''' that contains as children all top level fields of the form. Root field is designed to unify structure of form fields as a tree with one root.
 +
The root field has no value, has no [[PXV:IPXS_PDFVariant|PDF object]] associated with it, etc.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 12:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].
+
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_FormField|IPXC_FormField]].

Revision as of 11:57, 27 April 2015


Returns fake root field that contains as children all top level fields of the form. Root field is designed to unify structure of form fields as a tree with one root. The root field has no value, has no PDF object associated with it, etc.

Syntax

HRESULT get_Root([out, retval]  IPXC_FormField**  ppRoot);

See Also

See also IPXC_AcroForm, IPXC_FormField.