Click or drag to resize

ConverterViewAttach Method

To attach the control to an existing converter object.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void Attach(
	Object Converter
)

Parameters

Converter
Type: SystemObject
Remarks
Once the Attach method is called, you can invoke the ShowCtrl method to display ConverterView.
See Also