public BarcodeSymbology[] GetSymbologies()
Public Function GetSymbologies() As BarcodeSymbology()
@property (nonatomic, assign, readonly, nullable) LTBarcodeSymbology *symbologies
public BarcodeSymbology[] getSymbologies()
public:
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.
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