IPXV_DocumentView::ContentsView Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocumentView::ContentsView Property}}
 
{{#customTitle:IPXV_DocumentView::ContentsView Property}}
{{#parentPage:PXV:IPXV_DocumentView|ContentsView Property|property}}
+
{{#parentPage:PXV:IPXV_DocumentView#Properties|ContentsView|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: 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 ==
See also [[PXV:IPXV_DocumentView|IPXV_DocumentView]].
+
[[PXV:IPXV_DocumentView|IPXV_DocumentView]]

Latest revision as of 03:54, 15 June 2015


Gets last active contents view.

Syntax

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

See Also

IPXV_DocumentView