Gets the maximum number of characters allowed in the value of the string setting.
public int StringMaximumLength { get; }
ReadOnly Property StringMaximumLength As Integer
@property (nonatomic, assign, readonly) NSInteger stringMaximumLength
public int getStringMaximumLength()
property int StringMaximumLength {
int get();
}
Maximum number of characters allowed in the value of the string setting.
You should not pass a string that contain more characters than StringMaximumLength when setting the value of a string setting.
If the string setting has no limit on the number of characters allowed, StringMaximumLength will be set to -1.
This member is only valid if ValueType is OcrSettingValueType.String.
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