IPXV_DocumentView::ContentsView 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_ContentsView([out, retval]  IPXV_ContentsView**  ppView);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ContentsView([out, retval]  IPXV_ContentsView**  pView);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]
 
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]

Revision as of 02:38, 4 June 2015


Gets last active contents view.

Syntax

HRESULT get_ContentsView([out, retval]  IPXV_ContentsView**  pView);

See Also

IPXV_DocumentView