←Select platform

IntegerMaximumValue Property

Summary

Gets the maximum allowed value for the integer setting.

Syntax
C#
VB
Objective-C
C++
Java
public int IntegerMaximumValue { get; } 
ReadOnly Property IntegerMaximumValue As Integer 
@property (nonatomic, assign, readonly) NSInteger integerMaximumValue 
public int getIntegerMaximumValue() 
property int IntegerMaximumValue { 
   int get(); 
} 

Property Value

The maximum allowed value for the integer setting.

Remarks

You should not pass a value greater than IntegerMaximumValue when setting the value of the integer setting.

If the integer setting has no maximum value, IntegerMaximumValue will be set to Int32.MaxValue.

This member is only valid if ValueType is OcrSettingValueType.Integer.

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