Leadtools.Forms.Ocr Namespace : OcrEngineType Enumeration |
[SerializableAttribute()] public enum OcrEngineType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum OcrEngineType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrEngineType
[SerializableAttribute()] public enum OcrEngineType : System.IComparable, System.IConvertible, System.IFormattable
enum LTOcrEngineType
public enum OcrEngineType
Leadtools.Forms.Ocr.OcrEngineType = function() { }; Leadtools.Forms.Ocr.OcrEngineType.prototype = {
Plus = 0x00000000, Professional = 0x00000001, Advantage = 0x00000002, Arabic = 0x00000003, };
[SerializableAttribute()] public enum class OcrEngineType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
An OcrEngineType enumeration member is passed as a parameter to the OcrEngineManager.CreateEngine method to determine the type of engine to use. When the engine is created successfully, the engine type will be store in the IOcrEngine.EngineType property.
Note: LEADTOOLS for Windows Runtime supports the Advantage OCR engine only.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrEngineType