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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / Barcode1DReaderCode128IsEAN Method

Barcode1DReaderCode128IsEAN Method (GdPictureImaging)

In This Topic
Returns if a recognized code 128 is UCC/EAN-128.
Syntax
'Declaration

 

Public Function Barcode1DReaderCode128IsEAN( _

   ByVal BarcodeNo As Integer _

) As Boolean
public bool Barcode1DReaderCode128IsEAN( 

   int BarcodeNo

)
public function Barcode1DReaderCode128IsEAN( 

    BarcodeNo: Integer

): Boolean; 
public function Barcode1DReaderCode128IsEAN( 

   BarcodeNo : int

) : boolean;
public: bool Barcode1DReaderCode128IsEAN( 

   int BarcodeNo

) 
public:

bool Barcode1DReaderCode128IsEAN( 

   int BarcodeNo

) 

Parameters

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

Return Value

True if the code is UCC/EAN-128, False otherwise.
Remarks
UCC/EAN-128 is not a separate bar code symbology. It is a Code 128 bar code with a specific structure.
See Also