Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrEngineType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum OcrEngineType : Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class OcrEngineType : public Enum |
Member | Description |
---|---|
Plus | Specifies the LEADTOOLS OCR Plus engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Plus.dll is used. |
Professional | Specifies the LEADTOOLS OCR Professional engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Professional.dll is used. |
Advantage | Specifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Ocr.OcrEngineType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family