IPXV_Inst::ActiveDoc Property

From PDF XChange PDF SDK
Revision as of 09:19, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Property ActiveDoc of interface IPXV_Inst returns/sets Pointer to IPXV_Document ...

Syntax

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

See Also

IPXV_Inst