←Select platform

GetSupportedSymbologies Method

Summary
Returns the barcode symbologies supported by this class.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public override BarcodeSymbology[] GetSupportedSymbologies() 
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *supportedSymbologies 
@Override public BarcodeSymbology[] getSupportedSymbologies() 
public: 
array<BarcodeSymbology>^ GetSupportedSymbologies(); override  
def GetSupportedSymbologies(self): 

Return Value

An array of BarcodeSymbology that specifies the barcode symbologies supported by this read options class.

Remarks

The MaxiBarcodeReadOptions class will return an array containing the following symbologies:

To check if a symbology is supported by this options class, use IsSupportedSymbology.

Requirements

Target Platforms

Help Version 22.0.2023.5.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.