Gets the maximum number of characters allowed in the value of the string setting.
public int StringMaximumLength { get; }
ReadOnly Property StringMaximumLength As Integer
int StringMaximumLength {get;}
@property (nonatomic, assign, readonly) NSInteger stringMaximumLength
public int getStringMaximumLength()
get_StringMaximumLength();
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.
For an example, refer to IOcrSettingManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET