Returns the barcode symbologies supported by this class.
public override BarcodeSymbology[] GetSupportedSymbologies()
Public Overrides Function GetSupportedSymbologies() As Leadtools.Barcode.BarcodeSymbology()
- (void)getSupportedSymbologies:(LTBarcodeSymbology**)supportedSymbologies supportedSymbologiesCount:(unsigned int*)supportedSymbologiesCount;
@Override public BarcodeSymbology[] getSupportedSymbologies()
public:
Leadtools.Barcode.array<BarcodeSymbology>^ GetSupportedSymbologies(); override
An array of BarcodeSymbology that specifies the barcode symbologies supported by this read options class.
The PharmaCodeBarcodeReadOptions 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