'Declaration Public Property MinimumBarcodeSize As Integer
'Usage Dim instance As Reader Dim value As Integer instance.MinimumBarcodeSize = value value = instance.MinimumBarcodeSize
public int MinimumBarcodeSize {get; set;}
'Declaration Public Property MinimumBarcodeSize As Integer
'Usage Dim instance As Reader Dim value As Integer instance.MinimumBarcodeSize = value value = instance.MinimumBarcodeSize
public int MinimumBarcodeSize {get; set;}
Note: Any of the 4 edges of a barcode may pass this minimum size test to be returned (eg. A MinimumBarcodeSize of 100 would return a barcode with edge-lengths of [80, 85, 90, 100] because the fourth edge length is greater-than-or-equal to the minimum size).
Default value: 0