IPXV_Control::Doc Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Control::Doc Property}} | {{#customTitle:IPXV_Control::Doc Property}} | ||
{{#parentPage:PXV:IPXV_Control#Properties|Doc|property}} | {{#parentPage:PXV:IPXV_Control#Properties|Doc|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets an active opened document as pointer to [[PXV:IPXV_Document|IPXV_Document]] object. | |
== 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_Control|IPXV_Control]] | [[PXV:IPXV_Control|IPXV_Control]] |
Latest revision as of 02:50, 15 June 2015
Gets an active opened document as pointer to IPXV_Document object.
Syntax
HRESULT get_Doc([out, retval] IPXV_Document** pDoc);