| View previous topic :: View next topic |
| Author |
Message |
Jeremy Lim Guest
|
Posted: Sun May 07, 2006 4:14 pm Post subject: Urgent - Pegasus imaging how to load multi image files |
|
|
I am evaluate pegasus imaging version 8.0 with below component but found
problems.
a) TImagExpress - How can I load a multipage tiff/tif file with this
component?
When i use windows explorer to load multipages e.g. abc.tiff it no
issues.
But I use Below command when load got error;
TimagXpress.FileName := 'C:\abc.tiff';
but when i select using
ImageFileName.NumPages('C:\abc.tiff')
it will show 3 pages.
b) How can I export a MultiPage TIF file compressed as CITT Fax 3. |
|
| Back to top |
|
 |
Chris Goetschius Guest
|
Posted: Fri Jun 23, 2006 10:51 pm Post subject: Re: Urgent - Pegasus imaging how to load multi image files |
|
|
Jeremy,
You must first set the PageNbr property to the page you want to view before setting the filename
property. Doing this will result in the page specified by the PageNbr property being opened and
viewed by ImagXpress.
Let me know how it goes and tell me if you have any other problems or questions.
Thanks.
Jeremy Lim wrote:
| Quote: | I am evaluate pegasus imaging version 8.0 with below component but found
problems.
a) TImagExpress - How can I load a multipage tiff/tif file with this
component?
When i use windows explorer to load multipages e.g. abc.tiff it no
issues.
But I use Below command when load got error;
TimagXpress.FileName := 'C:\abc.tiff';
but when i select using
ImageFileName.NumPages('C:\abc.tiff')
it will show 3 pages.
b) How can I export a MultiPage TIF file compressed as CITT Fax 3.
|
|
|
| Back to top |
|
 |
|