Click or drag to resize

AztecParsingQuality Enumeration

Represents the quality of Aztec barcode detection, validation and decoding.

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 enum AztecParsingQuality
Members
  Member nameDescription
Normal An optimal balance between quality and speed
High Increases quality a little compared to Normal, but at a considerable cost in speed. Recommended to use only when the Normal setting fails to parse a barcode
See Also