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






fileName
Name of the image file
Reads barcodes from all pages in the specified file

Syntax

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

Parameters

fileName
Name of the image file

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.