←Select platform

GetSupportedSymbologies Method

Summary

Returns the barcode symbologies supported by this class.

Syntax

C#
VB
Java
Objective-C
C++
public override BarcodeSymbology[] GetSupportedSymbologies() 
Public Overrides Function GetSupportedSymbologies() As Leadtools.Barcode.BarcodeSymbology() 
- (void)getSupportedSymbologies:(LTBarcodeSymbology**)supportedSymbologies supportedSymbologiesCount:(unsigned int*)supportedSymbologiesCount; 
@Override public BarcodeSymbology[] getSupportedSymbologies() 
public: 
Leadtools.Barcode.array<BarcodeSymbology>^ GetSupportedSymbologies(); override  

Return Value

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

Remarks

The PharmaCodeBarcodeReadOptions 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly