←Select platform

GetSymbologies Method

Summary

Gets the current symbologies being searched for or that have been read.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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() 

Return Value

An array of BarcodeSymbology that specifies the current symbologies being searched for or that have been read.

Remarks

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.

Example

For an example, refer to BarcodeReader.ReadSymbology.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly