The EngineType Property is available in LEADTOOLS Document and Medical Imaging toolkits.
The OCR engine type to use.
Syntax
Visual Basic (Declaration) | |
---|
Public Property EngineType As OcrEngineType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As OcrActivity
Dim value As OcrEngineType
instance.EngineType = value
value = instance.EngineType |
Property Value
OCR engine type to use.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also