IPXC_AcroForm::Root Property

From PDF XChange PDF SDK
Jump to: navigation, search
m
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_AcroForm::Root Property}}
 
{{#customTitle:IPXC_AcroForm::Root Property}}
{{#parentPage:PXV:IPXC_AcroForm|Root Property|property}}
+
{{#parentPage:PXV:IPXC_AcroForm#Properties|Root|property}}
 
+
  
 
Returns fake '''root field''' that contains all top level fields of the form as children. The Root field is designed to unify the structure of the form fields as a tree with one common root.
 
Returns fake '''root field''' that contains all top level fields of the form as children. The Root field is designed to unify the structure of the form fields as a tree with one common root.
Line 12: Line 12:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]], [[PXV:IPXC_FormField|IPXC_FormField]].
+
[[PXV:IPXC_AcroForm|IPXC_AcroForm]]

Latest revision as of 08:00, 23 May 2015

Returns fake root field that contains all top level fields of the form as children. The Root field is designed to unify the structure of the form fields as a tree with one common 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

IPXC_AcroForm