Returns the barcode type at the specified index value from the list of barcode types being searched.
Visual Basic |
---|
Public Function GetBarcodeReaderType( _ ByVal readerTypeIndex As Long _ ) As BC_BarcodeStyle |
Valid values are from 0 to GetBarcodeReaderTypesCount() - 1.
The GetBarcodeReaderType method should be called after the GetBarcodeReaderTypesCount which returns the number of searched barcode types.