Leadtools.Services.Forms.DataContracts Namespace : OcrEngineType Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")] public enum OcrEngineType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")> Public Enum OcrEngineType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrEngineType
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")] public enum class OcrEngineType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Plus | Specifies the LEADTOOLS OCR Plus engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Plus.dll is used. |
0x00000001 | Professional | Specifies the LEADTOOLS OCR Professional engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Professional.dll is used. |
0x00000002 | Advantage | Specifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used. |
<setting name="EngineType" serializeAs="String"> <value>Plus</value> </setting>
with the following node <setting name="EngineType" serializeAs="String"> <value>Plus</value> </setting>
in Leadtools.Services.Forms.ServiceImplementations.dll.config file which is shipped with our setup.System.Object
System.ValueType
System.Enum
Leadtools.Services.Forms.DataContracts.OcrEngineType