Returns the barcode symbologies supported by this class.
public override BarcodeSymbology[] GetSupportedSymbologies()
Public Overrides Function GetSupportedSymbologies() As Leadtools.Barcode.BarcodeSymbology()
public override [Leadtools.Barcode.BarcodeSymbology[]](barcodesymbology.md) GetSupportedSymbologies()
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *supportedSymbologies
@Override public BarcodeSymbology[] getSupportedSymbologies()
function Leadtools.Barcode.QRBarcodeReadOptions.GetSupportedSymbologies()
public:
Leadtools.Barcode.array<BarcodeSymbology>^ GetSupportedSymbologies(); override
An array of BarcodeSymbology that specifies the barcode symbologies supported by this read options class.
The QRBarcodeReadOptions class will return an array containing the following symbologies:
To check if a symbology is supported by this options class, use IsSupportedSymbology.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET