Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : MinimumStringLength Property |
[DisplayNameAttribute("Minimum string length")] [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.")] [CategoryAttribute(" Options")] public int MinimumStringLength {get; set;}
'Declaration
<DisplayNameAttribute("Minimum string length")> <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.")> <CategoryAttribute(" Options")> Public Property MinimumStringLength As Integer
'Usage
Dim instance As OneDBarcodeReadOptions Dim value As Integer instance.MinimumStringLength = value value = instance.MinimumStringLength
[DisplayNameAttribute("Minimum string length")] [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.")] [CategoryAttribute(" Options")] public int MinimumStringLength {get; set;}
@property (nonatomic, assign) NSInteger minimumStringLength
public int getMinimumStringLength() public void setMinimumStringLength(int value)
DisplayNameAttribute("Minimum string length") 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.") CategoryAttribute(" Options") <br/>get_MinimumStringLength();<br/>set_MinimumStringLength(value);<br/>Object.defineProperty('MinimumStringLength');
[DisplayNameAttribute("Minimum string length")] [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.")] [CategoryAttribute(" Options")] public: property int MinimumStringLength { int get(); void set ( int value); }
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.