ClearImage .NET API
Read(String,Int32) Method





Inlite.ClearImageNet Namespace > BarcodeReader Class > Read Method : Read(String,Int32) Method
Name of the image file
Page number (1-based)
Reads barcodes from the specific page in the specified file
Syntax
'Declaration
 
Public Overloads Function Read( _
   ByVal fileName As System.String, _
   ByVal page As System.Integer _
) As Barcode()
'Usage
 
Dim instance As BarcodeReader
Dim fileName As System.String
Dim page As System.Integer
Dim value() As Barcode
 
value = instance.Read(fileName, page)
public Barcode[] Read( 
   System.string fileName,
   System.int page
)
public function Read( 
    fileName: System.String;
    page: System.Integer
): array of Barcode; 
public function Read( 
   fileName : System.String,
   page : System.int
) : Barcode[];
public:
array<Barcode^>^ Read( 
   System.String^ fileName,
   System.int page
) 

Parameters

fileName
Name of the image file
page
Page number (1-based)

Return Value

An array of Barcode objects.
Example
See Barcode Reading code examples on Inlite's How-to Web Site
See Also

Reference

BarcodeReader Class
BarcodeReader Members
Overload List