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 > GS1DatabarStackedBarcodeReadOptions Class : GetSupportedSymbologies Method |
public override BarcodeSymbology[] GetSupportedSymbologies()
'Declaration
Public Overrides Function GetSupportedSymbologies() As BarcodeSymbology()
'Usage
Dim instance As GS1DatabarStackedBarcodeReadOptions 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.GS1DatabarStackedBarcodeReadOptions.GetSupportedSymbologies()
public: array<BarcodeSymbology>^ GetSupportedSymbologies(); override
The GS1DatabarStackedBarcodeReadOptions class will return an array containing the following symbologies:
To check if a symbology is supported by this options class, use IsSupportedSymbology.