IPXV_Inst::ActiveDoc Property

From PDF XChange PDF SDK
Revision as of 07:34, 12 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**  ActiveDoc);
HRESULT put_ActiveDoc([in]  IPXV_Document*  ActiveDoc);

See Also

IPXV_Inst