Gets or sets the barcode symbologies to be detected and decoded.

Namespace: Neodynamic.SDK.BarcodeReader
Assembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public List<Symbology> Symbology { get; set; }
Visual Basic
Public Property Symbology As List(Of Symbology)
	Get
	Set
Visual C++
public:
property List<Symbology>^ Symbology {
	List<Symbology>^ get ();
	void set (List<Symbology>^ value);
}

Remarks

You can specify one or more barcode symbologies to be detected and decoded. This is a list of Symbology items and the order is important to determine which symbology is processed at each time. Use it to prioritize a symbology over others.

See Also