←Select platform

GetAvailableSymbologies Method

Summary

Gets a list of all the barcode symbologies (types) currently available for reading by LEADTOOLS.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public BarcodeSymbology[] GetAvailableSymbologies() 
Public Function GetAvailableSymbologies() As Leadtools.Barcode.BarcodeSymbology() 
public [Leadtools.Barcode.BarcodeSymbology[]](barcodesymbology.md) GetAvailableSymbologies() 
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *availableSymbologies 
public BarcodeSymbology[] getAvailableSymbologies() 
 function Leadtools.Barcode.BarcodeReader.GetAvailableSymbologies() 
public: 
Leadtools.Barcode.array<BarcodeSymbology>^ GetAvailableSymbologies();  

Return Value

An array of BarcodeSymbology enumeration members that list all the barcode symbologies (types) currently available for reading by LEADTOOLS.

Remarks

The GetSupportedSymbologies returns all the barcode symbologies (types) supported by LEADTOOLS. Depending on the level of unlocked support and availability of the back-end barcode assemblies, not all of the supported types may be available. For example, if the Leadtools.Barcode.QrRead.dll assembly is missing, QR read support will not be available to your application.

To get a list of the barcode symbologies available for reading, use BarcodeReader.GetAvailableSymbologies and to get a list of the barcode symbologies available for writing, use BarcodeWriter.GetAvailableSymbologies.

To get the friendly name of any barcode symbology, use BarcodeEngine.GetSymbologyFriendlyName.

Example

For an example, refer to BarcodeEngine.GetSupportedSymbologies.

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