IPXV_PagesView::DocView Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{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);