LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MultipleMaxCount Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeReadActivity Class : MultipleMaxCount Property



The MultipleMaxCount Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the maximum number of barcodes to search.

Syntax

Visual Basic (Declaration) 
Public Property MultipleMaxCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReadActivity
Dim value As Integer
 
instance.MultipleMaxCount = value
 
value = instance.MultipleMaxCount
C# 
public int MultipleMaxCount {get; set;}
C++/CLI 
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also