←Select platform

GetSupportedSymbologies Method

Summary

Returns the barcode symbologies supported by this class.

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

Return Value

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

Remarks

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

Leadtools.Barcode Assembly