←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 FourStateBarcodeReadOptions 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

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