Click or drag to resize

ReadOptsSkipAllValidation Property

Sets or gets whether or not the barcode reader should skip validation.

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 bool SkipAllValidation { get; set; }

Property Value

Type: Boolean
Remarks
This property is useful in reading barcodes that are damaged or malformed. Barcodes read with this property set to true should not be considered to be reliable.
See Also