ClearImageNet Send comments on this topic.
Read(String,Int32) Method
See Also 
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
)
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.

See Also

Generated from assembly ClearImageNet [5.7.1.0]