IPXV_MainView::DocViewsArea Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_MainView::DocViewsArea Property}} | {{#customTitle:IPXV_MainView::DocViewsArea Property}} | ||
− | {{#parentPage:PXV:IPXV_MainView#Properties|DocViewsArea | + | {{#parentPage:PXV:IPXV_MainView#Properties|DocViewsArea|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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** | + | <pre class="brush:cpp;gutter:false">HRESULT get_DocViewsArea([out, retval] IPXV_DocumentViewsArea** pDocViewsArea); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_MainView|IPXV_MainView]] | [[PXV:IPXV_MainView|IPXV_MainView]] |
Latest revision as of 06: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);