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