This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, February 22, 2008 10:52:00 AM(UTC)
Groups: Registered
Posts: 9
Hello all:
I have a couple of questions about using ePrint and Lead tools together.
1. Lead tools - for codecs.Load and .Save is there a way to display a progressbar like controll for thier respective completion progress? Most of the files I work with are large indeed and the users don't know if it's locked up or just being slow. A progress bar would help the user to at least be patient.
2. ePrint - Likewise is there a way to display a progress bar for the print job.
3. ePrint - Could I use my twainaquire page event for ePrint aquire page event?
4. Leadtools & ePrint - Any recomendations tips/tricks to speed up the (LT) codecs.save/load (ePrint) capture and save to file. Every once of speed would help. Everything works fine. just the amount of time it takes to save them is irratatingly slow.
Thanks in advance
CaveMan
#2
Posted
:
Sunday, February 24, 2008 5:50:38 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Hello,
1-
You can use the LoadImage Event to monitor the Load process, by checking the Row
in CodecsLoadImageEventArgs, and calculate the percentage dividing it by the
image height. To do that in the save process, use the SaveImage Event and the CodecssaveImageEventArgs.
2-
You can monitor the start and the end of the print process and job using the JOBINFOPROC
Function. You can also use EMFRGSPROC Function which will be called for every
page printed.
3-
I didn't understand what you need. What do you mean by using the Twain event
for ePrint acquire exactly?
4.
This depends on how your workflow is exactly. Where do you load, what kind of
processing do you do, and how do you print or save? If you give me more details
I might be able to suggest something.
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.