IPXV_PagesView::DocView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''DocView''' of interface [[PXV:IPXV_PagesView|IPXV_PagesView]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
+
Property '''pDocView''' of interface [[PXV:IPXV_PagesView|IPXV_PagesView]] returns  Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ...
  
 
== 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_PagesView|IPXV_PagesView]]
 
[[PXV:IPXV_PagesView|IPXV_PagesView]]

Latest revision as of 04:05, 15 June 2015


Property pDocView of interface IPXV_PagesView returns Pointer to IPXV_DocumentView ...

Syntax

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

See Also

IPXV_PagesView