Leadtools.Services.Barcode.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
MultipleMaxCount Property
See Also 
Leadtools.Services.Barcode.DataContracts Namespace > ReadRequest Class : MultipleMaxCount Property



Gets or sets the maximum number of barcodes to search.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute(Name="MultipleMaxCount", IsRequired=True)>
Public Property MultipleMaxCount As Integer
Visual Basic (Usage)Copy Code
Dim instance As ReadRequest
Dim value As Integer
 
instance.MultipleMaxCount = value
 
value = instance.MultipleMaxCount
C# 
[DataMemberAttribute(Name="MultipleMaxCount", IsRequired=true)]
public int MultipleMaxCount {get; set;}
C++/CLI 
[DataMemberAttribute(Name="MultipleMaxCount", IsRequired=true)]
public:
property int MultipleMaxCount {
   int get();
   void set (int value);
}

Return Value

An Int32 value that specifies the maximum number of barcodes to search.

Example

For an example, Refer to ReadRequest.

Remarks

Pass 0 to read all barcodes in a specified search area.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features