IPXC_Document::CosDocument Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXC_Document::CosDocument Property}}
 
{{#customTitle:IPXC_Document::CosDocument Property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|CosDocument|property}}
 
{{#parentPage:PXV:IPXC_Document#Properties|CosDocument|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CosDocument''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXS_Document|IPXS_Document]] ...
+
Property '''CosDocument''' of interface [[PXV:IPXC_Document|IPXC_Document]] returns  Pointer to [[PXV:IPXS_Document|IPXS_Document]] containing document that is responsible for the PDF file structure.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CosDocument([out, retval]  IPXS_Document**  CosDoc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CosDocument([out, retval]  IPXS_Document**  pCosDoc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Document|IPXC_Document]]
 
[[PXV:IPXC_Document|IPXC_Document]]

Latest revision as of 01:21, 16 March 2016


Property CosDocument of interface IPXC_Document returns Pointer to IPXS_Document containing document that is responsible for the PDF file structure.

Syntax

HRESULT get_CosDocument([out, retval]  IPXS_Document**  pCosDoc);

See Also

IPXC_Document