IPXV_Document::ActiveTool Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property ActiveTool of interface IPXV_Document returns/sets Pointer to IPXV_Tool containing the currently active tool.

Syntax

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

See Also

IPXV_Document