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 OcrSupportLockedExceptionType
public final OcrSupportLockedExceptionType getSupportType()
public final void setSupportType(OcrSupportLockedExceptionType value)
public:
property OcrSupportLockedExceptionType SupportType {
OcrSupportLockedExceptionType get();
void set ( 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.
OcrSupportLockedException Class
OcrSupportLockedException Members
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document