05-11-2008, 10:52
|
Adnan Ismail

Joined on 07-31-2006
Posts 1,271
|
Re: Read Barcodes from multiple pages
|
 
 
|
|
|
From
your other posts I could tell you're using our .NET classes. To be
able to read the Barcode on each page, you need to loop through these pages
first and perform a barcode read on each one. You can
navigate through these pages by changing the page index in the RasterImage.Page
Property. For example to go to next page in a multiple page image, you can
increment the Page property by 1. The range for this property is from 1 to
RasterImage.PageCount.
Adnan Ismail LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|