Click or drag to resize

ReadOptsQuietZoneTolerance Property

How strongly to enforce quiet zone requirements, from 0.0 (ignore them) to 1.0 (enforce strictly). Default: 1.0

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public float QuietZoneTolerance { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if this property is set to a value outside the range 0.0 to 1.0
See Also