IPXV_Document::CoreDoc Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::CoreDoc Property}}
 
{{#customTitle:IPXV_Document::CoreDoc Property}}
{{#parentPage:PXV:IPXV_Document#Properties|CoreDoc Property|property}}
+
{{#parentPage:PXV:IPXV_Document#Properties|CoreDoc|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CoreDoc([out, retval]  IPXC_Document**  ppCoreDoc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CoreDoc([out, retval]  IPXC_Document**  pCoreDoc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Document|IPXV_Document]]
 
[[PXV:IPXV_Document|IPXV_Document]]

Latest revision as of 03:53, 15 June 2015


Gets core document from the document.

Syntax

HRESULT get_CoreDoc([out, retval]  IPXC_Document**  pCoreDoc);

See Also

IPXV_Document