IPXV_MainView::DocViewsArea Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_MainView::DocViewsArea Property}}
 
{{#customTitle:IPXV_MainView::DocViewsArea Property}}
 
{{#parentPage:PXV:IPXV_MainView#Properties|DocViewsArea|property}}
 
{{#parentPage:PXV:IPXV_MainView#Properties|DocViewsArea|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''pDocViewsArea''' 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 ==

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