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