Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="MinimumLength", IsRequired=True)> Public Property MinimumLength As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="MinimumLength", IsRequired=true)] public int MinimumLength {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="MinimumLength", IsRequired=true)] public: property int MinimumLength { int get(); void set (int value); } |
Return Value
The minimum length of a barcode string when searching for a non-fixed-length barcode.For an example, refer to Barcode1d example.
This property is valid only for the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read operation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family