IPXV_Inst::ActiveDoc Property

From PDF XChange PDF SDK
Revision as of 02:41, 4 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Gets an active document object as pointer to IPXV_Document or activates the specified document.

Syntax

HRESULT get_ActiveDoc([out, retval]  IPXV_Document**  pActiveDoc);
HRESULT put_ActiveDoc([in]  IPXV_Document*  pActiveDoc);

See Also

IPXV_Inst