Gets the minimum allowed value for the double setting.
public double DoubleMinimumValue { get; }
ReadOnly Property DoubleMinimumValue As Double
@property (nonatomic, assign, readonly) double doubleMinimumValue
public double getDoubleMinimumValue()
property double DoubleMinimumValue {
double get();
}
The minimum allowed value for the double setting.
You should not pass a value less than DoubleMinimumValue when setting the value of the double setting.
If the double setting has no minimum value, DoubleMinimumValue will be set to Double.MinValue.
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