←Select platform

ValueType Property

Summary

Gets the setting value type.

Syntax
C#
VB
Objective-C
C++
Java
public OcrSettingValueType ValueType { get; } 
ReadOnly Property ValueType As OcrSettingValueType 
@property (nonatomic, assign, readonly) LTOcrSettingValueType valueType 
public OcrSettingValueType getValueType() 
property OcrSettingValueType ValueType { 
   OcrSettingValueType get(); 
} 

Property Value

One of the OcrSettingValueType enumeration member specifying the setting type.

Remarks

You can also get the setting value type by calling IOcrSettingManager.GetSettingValueType.

For a list of supported engine-specific settings and their meanings, refer to OCR engine-specific Settings.

Example

For an example, refer to IOcrSettingManager.

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