MinimumBarcodeSize Property
Gets and sets the minimum size required for recognizing a barcode. This is determined by the largest
distance between two adjacent corners in the barcode. It is not based on the bounding box width/height.
public int MinimumBarcodeSize {get; set;}
public: __property int get_MinimumBarcodeSize();
public: __property void set_MinimumBarcodeSize(
int value
);
public:
property int MinimumBarcodeSize {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumBarcodeSize As Integer
'Usage
Dim instance As Reader
Dim value As Integer
instance.MinimumBarcodeSize = value
value = instance.MinimumBarcodeSize
Property Value
A long which represents the minimum required size of a barcode to be returned.