LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

OcrSupportLockedExceptionType Enumeration

Show in webframe







The type of support (feature) needing to be unlocked which caused the error.
Syntax
[SerializableAttribute()]
public enum OcrSupportLockedExceptionType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<SerializableAttribute()>
Public Enum OcrSupportLockedExceptionType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrSupportLockedExceptionType
[SerializableAttribute()]
public enum OcrSupportLockedExceptionType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTOcrSupportLockedExceptionType
public enum OcrSupportLockedExceptionType
Leadtools.Forms.Ocr.OcrSupportLockedExceptionType = function() { };
Leadtools.Forms.Ocr.OcrSupportLockedExceptionType.prototype = {
Ocr = 0x00000000, Icr = 0x00000001, Omr = 0x00000002, Pdf = 0x00000003, PdfA = 0x00000004, Arabic = 0x00000005, EnginePdf = 0x00000006, OcrProfessionalAsian = 0x00000007, };
[SerializableAttribute()]
public enum class OcrSupportLockedExceptionType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000OcrOCR support is required to use this feature.
0x00000001IcrICR (handprint) support is required to use this feature.
0x00000002OmrOMR support is required to use this feature.
0x00000003PdfPDF support is required to use this feature (When saving a document using the LEADTOOLS Document Writers, refer to IOcrDocument.Save).
0x00000004PdfA(Deprecated) Do not use.
0x00000005ArabicOCR Arabic support is required to use this feature.
0x00000006EnginePdfPDF support is required to use this feature (When saving a document using the engine native support, refer to IOcrDocumentManager.EngineFormat).
0x00000007OcrProfessionalAsianOcr Professional Asian support is required to use this feature.
Remarks

Various parts of the LEADTOOLS OCR toolkit are locked by a specific key. When using these features without first unlocking the specified feature, an exception of type OcrSupportLockedException will be thrown. You can examine the OcrSupportLockedException.SupportType property to determine which unlock support feature is required.

The following table lists the action required when an error of type OcrSupportLockedException is thrown: s

Engine type OcrSupportLockedException.SupportType value Action required
LEADTOOLS OCR Plus Engine (OcrEngineType.Plus) OcrSupportLockedExceptionType.Ocr Unlock RasterSupportType.OcrPlus
LEADTOOLS OCR Plus Engine (OcrEngineType.Plus) OcrSupportLockedExceptionType.Icr Unlock RasterSupportType.IcrPlus
LEADTOOLS OCR Plus Engine (OcrEngineType.Plus) OcrSupportLockedExceptionType.Omr Unlock RasterSupportType.OmrPlus
LEADTOOLS OCR Plus Engine (OcrEngineType.Plus) OcrSupportLockedExceptionType.Pdf Unlock RasterSupportType.OcrPlusPdfOutput
LEADTOOLS OCR Plus Engine (OcrEngineType.Plus) OcrSupportLockedExceptionType.PdfA Unlock RasterSupportType.OcrPlusPdfLeadOutput
LEADTOOLS OCR Professional Engine (OcrEngineType.Professional) OcrSupportLockedExceptionType.Ocr Unlock RasterSupportType.OcrProfessional
LEADTOOLS OCR Professional Engine (OcrEngineType.Professional) OcrSupportLockedExceptionType.Icr Unlock RasterSupportType.IcrProfessional
LEADTOOLS OCR Professional Engine (OcrEngineType.Professional) OcrSupportLockedExceptionType.Omr Unlock RasterSupportType.OmrProfessional
LEADTOOLS OCR Professional Engine (OcrEngineType.Professional) OcrSupportLockedExceptionType.Pdf Unlock RasterSupportType.OcrProfessionalPdfOutput
LEADTOOLS OCR Professional Engine (OcrEngineType.Professional) OcrSupportLockedExceptionType.PdfA Unlock RasterSupportType.OcrProfessionalPdfLeadOutput
LEADTOOLS OCR Advantage Engine (OcrEngineType.Advantage) OcrSupportLockedExceptionType.Ocr Unlock RasterSupportType.OcrAdvantage
LEADTOOLS OCR Advantage Engine (OcrEngineType.Advantage) OcrSupportLockedExceptionType.Pdf Unlock RasterSupportType.OcrAdvantagePdfOutput
LEADTOOLS OCR Advantage Engine (OcrEngineType.Advantage) OcrSupportLockedExceptionType.PdfA Unlock RasterSupportType.OcrAdvantagePdfLeadOutput

Note at this time, LEADTOOLS OCR Advantage Engine (OcrEngineType.Advantage) is not supported.

For more information on feature support and how to obtain the unlock keys, refer to Unlocking Special LEAD Features, Leadtools.RasterSupport and Leadtools.RasterSupportType.

Example
For an example, refer to OcrException.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrSupportLockedExceptionType

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
Unlocking Special LEAD Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

OcrSupportLockedExceptionType requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features