IPXV_DocumentView::Doc Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_DocumentView::Doc Property}} | {{#customTitle:IPXV_DocumentView::Doc Property}} | ||
− | {{#parentPage:PXV:IPXV_DocumentView|property | + | {{#parentPage:PXV:IPXV_DocumentView#Properties|Doc|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets [[PXV:IPXV_Document|document]] of the [[PXV:IPXV_DocumentView|document view]]. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Doc([out, retval] IPXV_Document** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Doc([out, retval] IPXV_Document** pDoc); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_DocumentView|IPXV_DocumentView]] |
Latest revision as of 02:54, 15 June 2015
Gets document of the document view.
Syntax
HRESULT get_Doc([out, retval] IPXV_Document** pDoc);