ClearImage 8 Help
Read(String,Int32) Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > BarcodeReader Class > Read Method : Read(String,Int32) Method






fileName
Name of the image file
page
Page number (1-based)
Reads barcodes from the specific page in the specified file

Syntax

Visual Basic (Declaration) 
Public Overloads Function Read( _
   ByVal fileName As String, _
   ByVal page As Integer _
) As Barcode()
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim fileName As String
Dim page As Integer
Dim value() As Barcode
 
value = instance.Read(fileName, page)
C# 
public Barcode[] Read( 
   string fileName,
   int page
)
Delphi 
public function Read( 
    fileName: String;
    page: Integer
): array of Barcode; 
JScript 
public function Read( 
   fileName : String,
   page : int
) : Barcode[];
Managed Extensions for C++ 
public: Barcode*[]* Read( 
   string* fileName,
   int page
) 
C++/CLI 
public:
array<Barcode^>^ Read( 
   String^ fileName,
   int page
) 

Parameters

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

Return Value

Array of Barcode objects.

Remarks

Licensing: Requires ClearImage license appropriate for each enabled barcode type.
No ClearImage PDF IO license required to read PDF files.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.