LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)
LEAD Technologies, Inc

MultipleMaxCount Property






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 int MultipleMaxCount {get; set;}
 get_MultipleMaxCount();
set_MultipleMaxCount(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarcodeReadActivity Class
BarcodeReadActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.