Barcode index. Must be between 1 and Barcode1DReaderGetBarcodeCount returned value.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / Barcode1DReaderGetBarcodeType Method

Barcode1DReaderGetBarcodeType Method (GdPictureImaging)

In This Topic
Returns the type of a barcode detected by the Barcode1DReaderDoScan method.
Syntax
'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.
Remarks

This method is used in the "Barcode Recognition" Demo.

See Also