IPXV_ContentsView::DocView Property

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

Latest revision as of 03:49, 15 June 2015


Gets document view.

Syntax

HRESULT get_DocView([out, retval]  IPXV_DocumentView**  pDocView);

See Also

IPXV_ContentsView