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 OcrEngineType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.Forms.DataContracts.OcrEngineType = function() { }; Leadtools.Services.Forms.DataContracts.OcrEngineType.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrEngineType")] public enum class OcrEngineType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Advantage | Specifies the LEADTOOLS OCR Advantage engine. Internally, the OCR library inside Leadtools.Forms.Ocr.Advantage.dll is used. |
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. |
<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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2