Gets the maximum allowed value for the double setting.
public double DoubleMaximumValue { get; }
ReadOnly Property DoubleMaximumValue As Double
@property (nonatomic, assign, readonly) double doubleMaximumValue
public double getDoubleMaximumValue()
property double DoubleMaximumValue {
double get();
}
The maximum allowed value for the double setting.
You should not pass a value greater than DoubleMaximumValue when setting the value of the double setting.
If the double setting has no maximum value, DoubleMaximumValue will be set to Double.MaxValue.
This member is only valid if ValueType is OcrSettingValueType.Double.
For a list of supported engine-specific settings and their meanings, refer to OCR engine-specific Settings.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document