Version

MinSymbolSize Property

Gets or sets the minumum size in pixels that a symbol could be (width and height). The property is used only for linear symbologies when the barcode zones are created. The default value is unspecified (-1). Use this property to improve the performance of the barcode reader when you know what will be the minimum pixels size of the barcode symbol in the image.
Syntax
'Declaration
 
Public Property MinSymbolSize As Integer
public int MinSymbolSize {get; set;}

Property Value

The size of the min symbol.
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