Accusoft BarcodeXpress v13.9 - Updated
GetBarcodeReaderType Method
AccusoftBarcodeXpress13 ActiveX DLL > BarcodeXpress Object : GetBarcodeReaderType Method
An integer value which represents the zero-based index number of the barcode type from the list of barcode types which the barcode engine uses to search for during recognition.
Description
Returns the barcode type at the specified index value from the list of barcode types being searched.
Syntax
Visual Basic
Public Function GetBarcodeReaderType( _
   ByVal readerTypeIndex As Long _
) As BC_BarcodeStyle
Parameters
readerTypeIndex
An integer value which represents the zero-based index number of the barcode type from the list of barcode types which the barcode engine uses to search for during recognition.
Remarks

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.

Example
For i = 0 To BarcodeXpress1.GetBarcodeReaderTypesCount - 1
    MsgBox BarcodeXpress1.GetBarcodeReaderType(i)
Next i
See Also

BarcodeXpress Object  | BarcodeXpress Members  | GetBarcodeReaderTypesCount Method  | GetBarcodeReaderType Method  | BC_BarcodeStyle Enumeration

Is this page helpful?
Yes No
Thanks for your feedback.