IPXS_Document::Root Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_Document::Root Property}}
 
{{#customTitle:IPXS_Document::Root Property}}
 +
{{#parentPage:PXV:IPXS_Document#Properties|Root|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Root''' of interface [[PXV:IPXS_Document|IPXS_Document]] returns  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ...
+
Property '''pRoot''' of interface [[PXV:IPXS_Document|IPXS_Document]] returns  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Root([out, retval] IPXS_PDFVariant** pRoot);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Root([out, retval] IPXS_PDFVariant** pRoot);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXS_Document|IPXS_Document]].
+
[[PXV:IPXS_Document|IPXS_Document]]

Latest revision as of 03:40, 15 June 2015


Property pRoot of interface IPXS_Document returns Pointer to IPXS_PDFVariant ...

Syntax

HRESULT get_Root([out, retval]  IPXS_PDFVariant**  pRoot);

See Also

IPXS_Document