LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

MultipleMaxCount Property

Show in webframe





Gets or sets the maximum number of barcodes to search.
Syntax
public int MultipleMaxCount {get; set;}
'Declaration
 
Public Property MultipleMaxCount As Integer
'Usage
 
Dim instance As BarcodeReadActivity
Dim value As Integer
 
instance.MultipleMaxCount = value
 
value = instance.MultipleMaxCount

            

            
public:
property int MultipleMaxCount {
   int get();
   void set (    int value);
}

Property Value

The maximum number of barcodes to search.
Remarks
Pass 0 to read all barcodes in a specified search area.
Requirements

Target Platforms

See Also

Reference

BarcodeReadActivity Class
BarcodeReadActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.