ClearImage .NET API
Read(ImageEditor) Method





Inlite.ClearImageNet Namespace > BarcodeReader Class > Read Method : Read(ImageEditor) Method
An ImageEditor object with an image to read
Reads barcodes from an image associated with ImageEditor object
Syntax
'Declaration
 
Public Overloads Function Read( _
   ByVal editor As ImageEditor _
) As Barcode()
'Usage
 
Dim instance As BarcodeReader
Dim editor As ImageEditor
Dim value() As Barcode
 
value = instance.Read(editor)
public Barcode[] Read( 
   ImageEditor editor
)
public function Read( 
    editor: ImageEditor
): array of Barcode; 
public function Read( 
   editor : ImageEditor
) : Barcode[];

Parameters

editor
An ImageEditor object with an image to read

Return Value

An array of Barcode objects.
Remarks

This method reads barcodes on the ImageEditor.Image and can be use to do custom preprocessing images before barcode recognition.

See code example on Inlite's How-to Web Site

Preferred preprocessing method is using Targeted Barcode Reader by setting TbrCode property.

 

See Also

Reference

BarcodeReader Class
BarcodeReader Members
Overload List