Click or drag to resize

EditorViewResourceAdded Method

Use this method to provide information on the type of resource that changed.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public virtual void ResourceAdded(
	RESOURCE_TYPE Type,
	Object Resource
)

Parameters

Type
Type: Kofax.OmniPageCSDK.ToolBoxesRESOURCE_TYPE
Resource
Type: SystemObject

Implements

IResourceUserResourceAdded(RESOURCE_TYPE, Object)
See Also