IPXV_XFATreeView::DocView Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:IPXV_XFATreeView::DocView Property}} | ||
+ | {{#parentPage:PXV:IPXV_XFATreeView#Properties|DocView|property}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Property '''DocView''' of interface [[PXV:IPXV_XFATreeView|IPXV_XFATreeView]] returns Pointer to [[PXV:IPXV_DocumentView|IPXV_DocumentView]] ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT get_DocView([out, retval] IPXV_DocumentView** pDocView); | ||
+ | </pre> | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPXV_XFATreeView|IPXV_XFATreeView]] |
Latest revision as of 03:55, 18 July 2017
Property DocView of interface IPXV_XFATreeView returns Pointer to IPXV_DocumentView ...
Syntax
HRESULT get_DocView([out, retval] IPXV_DocumentView** pDocView);