IPXV_MainView::DocViewsArea Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_MainView::DocViewsArea Property}}
 
{{#customTitle:IPXV_MainView::DocViewsArea Property}}
 +
{{#parentPage:PXV:IPXV_MainView#Properties|DocViewsArea|property}}
 +
{{ToReview}}
  
Property '''DocViewsArea''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns  Pointer to [[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]] ...
+
Property '''pDocViewsArea''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns  Pointer to [[PXV:IPXV_DocumentViewsArea|IPXV_DocumentViewsArea]] containing the document view's area that includes documents' tabs and [[PXV:IPXV_PagesView|pages view]].
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DocViewsArea([out, retval] IPXV_DocumentViewsArea** ppDocViewsArea);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DocViewsArea([out, retval] IPXV_DocumentViewsArea** pDocViewsArea);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_MainView|IPXV_MainView]].
+
[[PXV:IPXV_MainView|IPXV_MainView]]

Latest revision as of 07:52, 23 March 2016


Property pDocViewsArea of interface IPXV_MainView returns Pointer to IPXV_DocumentViewsArea containing the document view's area that includes documents' tabs and pages view.

Syntax

HRESULT get_DocViewsArea([out, retval]  IPXV_DocumentViewsArea**  pDocViewsArea);

See Also

IPXV_MainView