'Declaration
Public Function Barcode1DReaderGetBarcodeType( _ ByVal BarcodeNo As Integer _ ) As Barcode1DReaderType
public Barcode1DReaderType Barcode1DReaderGetBarcodeType( int BarcodeNo )
public function Barcode1DReaderGetBarcodeType( BarcodeNo: Integer ): Barcode1DReaderType;
public function Barcode1DReaderGetBarcodeType( BarcodeNo : int ) : Barcode1DReaderType;
public: Barcode1DReaderType Barcode1DReaderGetBarcodeType( int BarcodeNo )
public: Barcode1DReaderType Barcode1DReaderGetBarcodeType( int BarcodeNo )
Parameters
- BarcodeNo
- Barcode index. Must be between 1 and Barcode1DReaderGetBarcodeCount returned value.
Return Value
A member of the Barcode1DReaderType enumeration.