Gets or sets the support type that is needed, the lack of which causes the exception.
public OcrSupportLockedExceptionType SupportType { get; set; }
Public Property SupportType As Leadtools.Forms.Ocr.OcrSupportLockedExceptionType
public final OcrSupportLockedExceptionType getSupportType()
public final void setSupportType(OcrSupportLockedExceptionType value)
public:
property Leadtools.Forms.Ocr.OcrSupportLockedExceptionType SupportType {
Leadtools.Forms.Ocr.OcrSupportLockedExceptionType get();
void set ( Leadtools.Forms.Ocr.OcrSupportLockedExceptionType );
}
A OcrSupportLockedExceptionType enumeration type that represents the support type required that is the cause of this exception.
Various parts of the LEADTOOLS OCR toolkit are locked by a specific key. If these features are used without first unlocking the specified feature, an exception of type OcrSupportLockedException will be thrown. Examine the SupportType property to determine which unlock support feature is required.
For a description of the support types, refer to OcrSupportLockedExceptionType.
For more information on feature support and how to obtain the unlock keys, refer to RasterSupport and RasterSupportType.
For an example, refer to OcrSupportLockedException.
OcrSupportLockedException Class
OcrSupportLockedException Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET