←Select platform

GetSupportedSymbologies Method

Summary

Gets the supported symbologies for this options class.

Syntax
C#
VB
Objective-C
C++
Java
public abstract BarcodeSymbology[] GetSupportedSymbologies() 
Public MustOverride Function GetSupportedSymbologies() As BarcodeSymbology() 
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *supportedSymbologies 
public abstract BarcodeSymbology[] getSupportedSymbologies(); 
public: 
abstract array<BarcodeSymbology>^ GetSupportedSymbologies();  

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

Leadtools.Barcode Assembly