Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Reader Class / MaximumBarcodes Property




In This Topic
    MaximumBarcodes Property
    In This Topic
    Gets and sets the maximum number of barcodes to recognize.
    Syntax
    'Declaration
     
    Public Property MaximumBarcodes As Integer
    'Usage
     
    Dim instance As Reader
    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 number of barcodes to recognize.
    Remarks

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

    Default value: 100

    See Also