IPXV_Inst::RegisterTool Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 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#Methods|RegisterTool Method|method}}
+
{{#parentPage:PXV:IPXV_Inst#Methods|RegisterTool|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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 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