IPXV_Document::CoreDoc 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 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::CoreDoc Property}}
 
{{#customTitle:IPXV_Document::CoreDoc Property}}
{{#parentPage:PXV:IPXV_Document|CoreDoc Property|property}}
+
{{#parentPage:PXV:IPXV_Document#Properties|CoreDoc|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CoreDoc''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns  Pointer to [[PXV:IPXC_Document|IPXC_Document]] ...
+
Gets [[PXV:IPXC_Document|core document]] from the [[PXV:IPXV_Document|document]].
  
 
== 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 ==
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