IPXC_AcroForm::Root Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IPXC_AcroForm::FieldsCount Property}}
+
{{#customTitle:IPXC_AcroForm::Root Property}}
 
{{#parentPage:PXV:IPXC_AcroForm|Root Property|property}}
 
{{#parentPage:PXV:IPXC_AcroForm|Root Property|property}}
 +
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Number of terminal [[PXV:IPXC_FormField|fields]] in the form.
+
Property '''Root''' of interface [[PXV:IPXC_AcroForm|IPXC_AcroForm]] returns  Pointer to [[PXV:IPXC_FormField|IPXC_FormField]] ...
 +
 
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT get_Root([out, retval]  IPXC_FormField**  ppRoot);
 +
</pre>
 +
 
 +
== See Also ==
 +
See also [[PXV:IPXC_AcroForm|IPXC_AcroForm]].

Revision as of 08:46, 23 April 2015


Property Root of interface IPXC_AcroForm returns Pointer to IPXC_FormField ...

Syntax

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

See Also

See also IPXC_AcroForm.