This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, May 9, 2008 9:46:48 PM(UTC)
Groups: Registered
Posts: 6
can anybody help me on how to read barcodes from multiple pages of a tif file?
#2
Posted
:
Sunday, May 11, 2008 5:47:33 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
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.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.