public BarcodeSymbology[] GetAvailableSymbologies()
Public Function GetAvailableSymbologies() As BarcodeSymbology()
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *availableSymbologies
public BarcodeSymbology[] getAvailableSymbologies()
public:
array<BarcodeSymbology>^ GetAvailableSymbologies();
An array of BarcodeSymbology enumeration members that lists all the barcode symbologies (types) currently available for writing by LEADTOOLS.
The GetSupportedSymbologies returns all the barcode symbologies (types) supported by LEADTOOLS. Depending on the level of support unlocked and availability of the back end barcodes assemblies, not all of the supported types may be available. For example, if the Leadtools.Barcode.QrWrite.dll assembly is missing, QR write 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.
For an example, refer to BarcodeEngine.GetSupportedSymbologies.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document