Leadtools.Barcode Namespace > OneDBarcodeReadOptions Class : MinimumStringLength Property |
[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. The minimum number of characters is 1 and the maximum is 63.")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] [DisplayNameAttribute("Minimum string length")] public int MinimumStringLength {get; set;}
'Declaration <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. The minimum number of characters is 1 and the maximum is 63.")> <CategoryAttribute(" Options")> <DefaultValueAttribute()> <DisplayNameAttribute("Minimum string length")> Public Property MinimumStringLength As Integer
'Usage Dim instance As OneDBarcodeReadOptions Dim value As Integer instance.MinimumStringLength = value value = instance.MinimumStringLength
[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. The minimum number of characters is 1 and the maximum is 63.")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] [DisplayNameAttribute("Minimum string length")] public int MinimumStringLength {get; set;}
ObjectiveC Syntax
Java Syntax
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. The minimum number of characters is 1 and the maximum is 63.") CategoryAttribute(" Options") DefaultValueAttribute() DisplayNameAttribute("Minimum string length") get_MinimumStringLength();
set_MinimumStringLength(value);
[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. The minimum number of characters is 1 and the maximum is 63.")] [CategoryAttribute(" Options")] [DefaultValueAttribute()] [DisplayNameAttribute("Minimum string length")] public: property int MinimumStringLength { int get(); void set ( int value); }
This value will only be used if the barcode type (symbology) supports variable length in the barcode data. A value of 0 sets the engine to the default length of 4 characters. The minimum number of characters is 1 and the maximum is 63.
Set the maximum string length with MaximumStringLength.
For an example, refer to OneDBarcodeReadOptions.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2