←Select platform

SupportType Property

Summary

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

Syntax
C#
VB
C++
Java
public OcrSupportLockedExceptionType SupportType { get; set; } 
Public Property SupportType As OcrSupportLockedExceptionType 
public final OcrSupportLockedExceptionType getSupportType() 
public final void setSupportType(OcrSupportLockedExceptionType value) 

Property Value

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

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.

Example

For an example, refer to OcrSupportLockedException.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly