←Select platform

SupportType Property

Summary

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

Syntax

C#
VB
Java
C++
public OcrSupportLockedExceptionType SupportType { get; set; } 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly