Click or drag to resize

ReadOptsSymbology Property

Gets or sets the barcode symbology

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 Symbologies Symbology { get; set; }

Property Value

Type: Symbologies
The symbology of the barcodes to search for in the image.
Remarks

Different Symbologies may be logically OR'd to search for more than one barcode type.

Searching for more symbologies will slow down reading. Notably, searching for multiple 2D barcodes will have a greater effect than searching for multiple 1D barcodes.

See Also