ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeReader Class / MaximumBarcodes Property




In This Topic
    MaximumBarcodes Property
    In This Topic
    Gets or sets the maximum number of barcodes to recognize.
    Syntax
    'Declaration
     
    Public Property MaximumBarcodes As Integer
    'Usage
     
    Dim instance As ImGearBarcodeReader
    Dim value As Integer
     
    instance.MaximumBarcodes = value
     
    value = instance.MaximumBarcodes
    public int MaximumBarcodes {get; set;}
    public: __property int get_MaximumBarcodes();
    public: __property void set_MaximumBarcodes( 
       int value
    );
    public:
    property int MaximumBarcodes {
       int get();
       void set (    int value);
    }

    Property Value

    A long which represents the maximum of barcodes to recognize.
    Remarks

    Note: Processing will halt after this number of barcodes have been found.

    Default value: 100

    See Also