Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SupportType Property
See Also 
Leadtools.Forms.Ocr Namespace > OcrSupportLockedException Class : SupportType Property



Gets or sets the support type that is needed, the lack of which causes the exception.

Syntax

Visual Basic (Declaration) 
Public Property SupportType As OcrSupportLockedExceptionType
Visual Basic (Usage)Copy Code
Dim instance As OcrSupportLockedException
Dim value As OcrSupportLockedExceptionType
 
instance.SupportType = value
 
value = instance.SupportType
C# 
public OcrSupportLockedExceptionType SupportType {get; set;}
C++/CLI 
public:
property OcrSupportLockedExceptionType SupportType {
   OcrSupportLockedExceptionType get();
   void set (OcrSupportLockedExceptionType value);
}

Return Value

A OcrSupportLockedExceptionType enumeration type that represents the support type required that is the cause of this exception.

Example

For an example, refer to OcrSupportLockedException.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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