LanguageViewAttach Method
|
Use this method to attach the control to an existing LanguageView object.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void Attach(
Object RecognitionLanguages
)
Public Sub Attach (
RecognitionLanguages As Object
)
public:
void Attach(
Object^ RecognitionLanguages
)
Parameters
- RecognitionLanguages
- Type: SystemObject
See Also