IPXV_DocumentView::Doc Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Doc([out, retval]  IPXV_Document**  ppDoc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Doc([out, retval]  IPXV_Document**  pDoc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]
 
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]

Latest revision as of 03:54, 15 June 2015


Gets document of the document view.

Syntax

HRESULT get_Doc([out, retval]  IPXV_Document**  pDoc);

See Also

IPXV_DocumentView