←Select platform

GetSupportedSymbologies Method

Summary

Gets the supported symbologies for this options class.

Syntax

C#
VB
Java
Objective-C
C++
public abstract BarcodeSymbology[] GetSupportedSymbologies() 
Public MustOverride Function GetSupportedSymbologies() As Leadtools.Barcode.BarcodeSymbology() 
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *supportedSymbologies 
             
public abstract BarcodeSymbology[] getSupportedSymbologies(); 
public: 
abstract Leadtools.Barcode.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly