ClearImage .NET API
Read(Bitmap) Method





Inlite.ClearImageNet Namespace > BarcodeReader Class > Read Method : Read(Bitmap) Method
Bitmap object
Reads barcodes from an image in the Bitmap object
Syntax
'Declaration
 
Public Overloads Function Read( _
   ByVal bmp As System.Drawing.Bitmap _
) As Barcode()
'Usage
 
Dim instance As BarcodeReader
Dim bmp As System.Drawing.Bitmap
Dim value() As Barcode
 
value = instance.Read(bmp)
public Barcode[] Read( 
   System.Drawing.Bitmap bmp
)
public function Read( 
    bmp: System.Drawing.Bitmap
): array of Barcode; 
public function Read( 
   bmp : System.Drawing.Bitmap
) : Barcode[];
public:
array<Barcode^>^ Read( 
   System.Drawing.Bitmap^ bmp
) 

Parameters

bmp
Bitmap object

Return Value

An array of Barcode objects.
See Also

Reference

BarcodeReader Class
BarcodeReader Members
Overload List