ConverterView.Attach 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
Syntaxpublic void Attach(
Object Converter
)
Public Sub Attach (
Converter As Object
)
public:
void Attach(
Object^ Converter
)
Parameters
- Converter
- Type: System.Object
Remarks
Once the Attach method is called, you can invoke the ShowCtrl method to display ConverterView.
See Also