IPXV_Inst::RegisterTool Method

From PDF XChange PDF SDK
Jump to: navigation, search


Registers a new tool-object to extend functionality for end-user in pages area. For example - to provide access to new custom types of annotations or to improve direct editing of content on pages.

Syntax

HRESULT RegisterTool([in]  IPXV_Tool*  pTool);

Parameters

pTool
[in] Pointer to IPXV_Tool object.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst