Gets the current symbologies being searched for or that have been read.
public BarcodeSymbology[] GetSymbologies()
Public Function GetSymbologies() As Leadtools.Barcode.BarcodeSymbology()
public [Leadtools.Barcode.BarcodeSymbology[]](barcodesymbology.md) GetSymbologies()
@property (nonatomic, assign, readonly, nullable) LTBarcodeSymbology *symbologies
public BarcodeSymbology[] getSymbologies()
function Leadtools.Barcode.BarcodeReadSymbologyEventArgs.GetSymbologies()
public:
Leadtools.Barcode.array<BarcodeSymbology>^ GetSymbologies();
An array of BarcodeSymbology that specifies the current symbologies being searched for or that have been read.
LEADTOOLS barcode reading is designed for speed and multiple barcode symbologies and can be read (or searched for) in one operation as these barcodes share similar characteristics. Therefore, the symbologies being read are stored in a BarcodeSymbology array and can be obtain with this method.
For an example, refer to BarcodeReader.ReadSymbology.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET