Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeWriteOptions Class : GetSupportedSymbologies Method |
public override BarcodeSymbology[] GetSupportedSymbologies()
'Declaration Public Overrides Function GetSupportedSymbologies() As BarcodeSymbology()
'Usage Dim instance As GS1DatabarStackedBarcodeWriteOptions Dim value() As BarcodeSymbology value = instance.GetSupportedSymbologies()
public override BarcodeSymbology[] GetSupportedSymbologies()
- (void)getSupportedSymbologies:(LTBarcodeSymbology**)supportedSymbologies supportedSymbologiesCount:(unsigned int*)supportedSymbologiesCount;
@Override public BarcodeSymbology[] getSupportedSymbologies()
function Leadtools.Barcode.GS1DatabarStackedBarcodeWriteOptions.GetSupportedSymbologies()
public: array<BarcodeSymbology>^ GetSupportedSymbologies(); override
The GS1DatabarStackedBarcodeWriteOptions class will return an array containing the following symbologies:
To check if a symbology is supported by this options class, use IsSupportedSymbology.