←Select platform

ValueType Property

Summary

Gets the setting value type.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly