LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OcrSupportLockedExceptionType Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrSupportLockedExceptionType Enumeration



The OcrSupportLockedExceptionType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

The type of support (feature) needing to be unlocked which caused the error.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum OcrSupportLockedExceptionType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OcrSupportLockedExceptionType
C# 
[SerializableAttribute()]
public enum OcrSupportLockedExceptionType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[SerializableAttribute()]
public enum class OcrSupportLockedExceptionType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ArabicOCR Arabic support is required to use this feature.
EnginePdfPDF support is required to use this feature (When saving a document using the engine native support, refer to IOcrDocumentManager.EngineFormat).
IcrICR (handprint) support is required to use this feature.
OcrOCR support is required to use this feature.
OcrProfessionalAsianOcr Professional Asian support is required to use this feature.
OmrOMR support is required to use this feature.
PdfPDF support is required to use this feature (When saving a document using the LEADTOOLS Document Writers, refer to IOcrDocument.Save).
PdfA(Deprecated) Do not use.

Example

For an example, refer to OcrException.

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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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