IPXV_Inst::RegisterTool Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::RegisterTool Method}} | {{#customTitle:IPXV_Inst::RegisterTool Method}} | ||
− | {{#parentPage:PXV:IPXV_Inst|RegisterTool | + | {{#parentPage:PXV:IPXV_Inst#Methods|RegisterTool|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pTool | ;pTool | ||
− | :[in] Pointer to [[PXV:IPXV_Tool|IPXV_Tool]]. | + | :[in] Pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object. |
== Return Value == | == Return Value == | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]] |
Latest revision as of 02: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.