←Select platform

GetSupportedSymbologies Method

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

Return Value

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

Remarks

To check if a symbology is supported by this read or write 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.