IPXV_Inst::RegisterTool Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 03:57, 15 June 2015


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