Gets or sets a value that indicates the maximum string length to use when searching for a non-fixed-length barcode.
public int MaximumStringLength { get; set; }
Public Property MaximumStringLength As Integer
public int MaximumStringLength {get; set;}
@property (nonatomic, assign) NSInteger maximumStringLength
public int getMaximumStringLength()
public void setMaximumStringLength(int value)
<br/>get_MaximumStringLength();<br/>set_MaximumStringLength(value);<br/>Object.defineProperty('MaximumStringLength');
An Int32 that indicates the maximum string length to use when searching for a non-fixed-length barcode. Must be a value between 0 and 63. The default value is 0.
This value will only be used if the barcode type (symbology) supports variable lengths in the barcode data. A value of 0 means the length can be any value up to the maximum allowed (63).
Set the minimum string length with MinimumStringLength.
For an example, refer to OneDBarcodeReadOptions.
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