IPXV_Plugin::Init Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::Init Method}}
 
{{#customTitle:IPXV_Plugin::Init Method}}
{{#parentPage:PXV:IPXV_Plugin|Init Method|method}}
+
{{#parentPage:PXV:IPXV_Plugin#Methods|Init|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
This method is used to initialize commands, settings, event listeners etc. It is being launched when the [[PXV:IPXV_Inst_FinishLoadingPlugins|IPXV_Inst::FinishLoadingPlugins]] method is being executed.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Plugin|IPXV_Plugin]].
+
[[PXV:IPXV_Plugin|IPXV_Plugin]]

Latest revision as of 00:34, 5 October 2017


This method is used to initialize commands, settings, event listeners etc. It is being launched when the IPXV_Inst::FinishLoadingPlugins method is being executed.

Syntax

HRESULT Init();

Return Value

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

See Also

IPXV_Plugin