Search found 3 matches

by ahurley
Wed Dec 08, 2004 10:55 pm
Forum: GFL SDK
Topic: Reading all images of Multi Page TIF
Replies: 3
Views: 1998

I finally solved it.

I was putting NextPage and the like AFTER the .SaveFormat command (modified image.asp) and that wasn't working. Thanks for the help and the great product.
by ahurley
Wed Dec 08, 2004 10:48 pm
Forum: GFL SDK
Topic: Reading all images of Multi Page TIF
Replies: 3
Views: 1998

According to the help file, Page is a read only parameter. In ASP I try to use the following

gFlaxObj.Page = 1

and I get a broken link. Remove that line, and it works fine but I only see the first image in the TIF.

I've also tried .NextPage with no luck as well as it also make a broken image ...
by ahurley
Wed Dec 08, 2004 10:31 am
Forum: GFL SDK
Topic: Reading all images of Multi Page TIF
Replies: 3
Views: 1998

Reading all images of Multi Page TIF

I'm using GFlax (love it!) and I have a multi page tif that shows up with the proper data in NumberOfImages, etc. However, I can't figure out how to load any page other than the first so that I can display it.

Is it possible to load any page other than the first in a multi page TIF?