Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > MicroQRBarcodeReadOptions Class : GetSupportedSymbologies Method |
public override BarcodeSymbology[] GetSupportedSymbologies()
'Declaration
Public Overrides Function GetSupportedSymbologies() As BarcodeSymbology()
'Usage
Dim instance As MicroQRBarcodeReadOptions Dim value() As BarcodeSymbology value = instance.GetSupportedSymbologies()
public override BarcodeSymbology[] GetSupportedSymbologies()
@property (nonatomic, strong, readonly) NSArray<NSNumber *> *supportedSymbologies
@Override public BarcodeSymbology[] getSupportedSymbologies()
function Leadtools.Barcode.MicroQRBarcodeReadOptions.GetSupportedSymbologies()
public: array<BarcodeSymbology>^ GetSupportedSymbologies(); override
The MicroQRBarcodeReadOptions class will return an array containing the following symbologies:
To check if a symbology is supported by this options class, use IsSupportedSymbology.