Version

MaxNumberOfSymbolsToRead Property

Specifies the maximum barcode symbols number that will be expected in the image. The default value is 1. Set it to -1 to indicate no limit and look for all symbols in the image. Use this property to improve the performance of the barcode reader.
Syntax
'Declaration
 
Public Property MaxNumberOfSymbolsToRead As Integer
public int MaxNumberOfSymbolsToRead {get; set;}

Property Value

true if [multiple symbols read]; otherwise, false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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