public int MinimumStringLength { get; set; }
Public Property MinimumStringLength As Integer
@property (nonatomic, assign) NSInteger minimumStringLength
public int getMinimumStringLength()
public void setMinimumStringLength(int value)
An Int32 that indicates the minimum string length to use when searching for a non-fixed-length barcode.
This value will only be used if the barcode type (symbology) supports variable lengths in the barcode data. A value of 0 sets the engine to the default length of 4 characters. To read all barcodes, set the MinimumStringLength to 1. The minimum number of characters is 0 and the maximum is 63.
Set the maximum string length with MaximumStringLength.
For an example, refer to OneDBarcodeReadOptions.
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