C#
VB
C++
Gets or sets the maximum number of barcodes to search.
[DataMemberAttribute(Name="MultipleMaxCount", IsRequired=true)]
public int MultipleMaxCount { get; set; }
<DataMemberAttribute(Name="MultipleMaxCount", IsRequired=True)>
Public Property MultipleMaxCount As Integer
[DataMemberAttribute(Name="MultipleMaxCount", IsRequired=true)]
public:
property int MultipleMaxCount {
int get();
void set ( int );
}
An System.Int32 value that specifies the maximum number of barcodes to search for.
Pass 0 to read all barcodes in a specified search area.
For an example, Refer to ReadRequest.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET