LEADTOOLS Barcode (Leadtools.Barcode assembly)

MinimumStringLength Property

Show in webframe







Gets or sets a value that indicates the minimum string length to use when searching for a non-fixed-length barcode.
Syntax
[DisplayNameAttribute("Minimum string length")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("The minimum length of a barcode string when searching for a non-fixed-length barcode. A value of 0 sets the engine to the default length of 4 characters. To read all barcodes, set the <strong>MinimumStringLength</strong> to 1. Valid values range from 0 through 63.")]
public int MinimumStringLength {get; set;}
'Declaration
 
<DisplayNameAttribute("Minimum string length")>
<CategoryAttribute("			Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("The minimum length of a barcode string when searching for a non-fixed-length barcode. A value of 0 sets the engine to the default length of 4 characters. To read all barcodes, set the <strong>MinimumStringLength</strong> to 1. Valid values range from 0 through 63.")>
Public Property MinimumStringLength As Integer
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As Integer
 
instance.MinimumStringLength = value
 
value = instance.MinimumStringLength
[DisplayNameAttribute("Minimum string length")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("The minimum length of a barcode string when searching for a non-fixed-length barcode. A value of 0 sets the engine to the default length of 4 characters. To read all barcodes, set the <strong>MinimumStringLength</strong> to 1. Valid values range from 0 through 63.")]
public int MinimumStringLength {get; set;}
@property (nonatomic, assign) int minimumStringLength;
public int getMinimumStringLength()
public void setMinimumStringLength(int value)
            
DisplayNameAttribute("Minimum string length")
CategoryAttribute("			Options")
DefaultValueAttribute()
DescriptionAttribute("The minimum length of a barcode string when searching for a non-fixed-length barcode. A value of 0 sets the engine to the default length of 4 characters. To read all barcodes, set the <strong>MinimumStringLength</strong> to 1. Valid values range from 0 through 63.")
 
get_MinimumStringLength();
set_MinimumStringLength(value);
Object.defineProperty('MinimumStringLength');
[DisplayNameAttribute("Minimum string length")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("The minimum length of a barcode string when searching for a non-fixed-length barcode. A value of 0 sets the engine to the default length of 4 characters. To read all barcodes, set the <strong>MinimumStringLength</strong> to 1. Valid values range from 0 through 63.")]
public:
property int MinimumStringLength {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 that indicates the minimum string length to use when searching for a non-fixed-length barcode.
Remarks

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.

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

OneDBarcodeReadOptions Class
OneDBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features