IPXV_Inst::ActiveDoc Property
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Gets an active document as pointer to [[PXV:IPXV_Document|IPXV_Document]] | + | Gets an active document object as pointer to [[PXV:IPXV_Document|IPXV_Document]] or activates the specified document. |
== Syntax == | == Syntax == |
Revision as of 17:09, 27 May 2015
Gets an active document object as pointer to IPXV_Document or activates the specified document.
Syntax
HRESULT get_ActiveDoc([out, retval] IPXV_Document** ppActiveDoc); HRESULT put_ActiveDoc([in] IPXV_Document* pActiveDoc);