IPXS_PDFVariant::Document Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval]  IPXS_Document**  ppDoc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Document([out, retval]  IPXS_Document**  pDoc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]
 
[[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]

Revision as of 02:31, 4 June 2015


Property Document of interface IPXS_PDFVariant returns Pointer to IPXS_Document that is owner of this variant. Please note that it may be NULL for variants which does not belongs to any document.

Syntax

HRESULT get_Document([out, retval]  IPXS_Document**  pDoc);

See Also

IPXS_PDFVariant