IPXV_Document::ActiveTool Property

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

Jump to: navigation, search


Property ActiveTool of interface IPXV_Document returns/sets Pointer to IPXV_Tool ...

Syntax

HRESULT get_ActiveTool([out, retval]  IPXV_Tool**  pTool);
HRESULT put_ActiveTool([in]  IPXV_Tool*  pTool);

See Also

IPXV_Document