C#
VB
C++
Gets or sets the minimum length of a barcode string when searching for a non-fixed-length barcode.
[DataMemberAttribute(Name="MinimumLength", IsRequired=true)]
public int MinimumLength { get; set; }
<DataMemberAttribute(Name="MinimumLength", IsRequired=True)>
Public Property MinimumLength As Integer
[DataMemberAttribute(Name="MinimumLength", IsRequired=true)]
public:
property int MinimumLength {
int get();
void set ( int );
}
The minimum length of a barcode string when searching for a non-fixed-length barcode.
This property is valid only for the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation.
For an example, refer to Barcode1d example.
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