Hi sorry if I'm not explaining this right,
You looked at the test code attachment and says
the image created by CreateClonedGdPictureImage() is never released in your code.
Then I asked
Question.
Say I have a tiff file with 3 pages and I use CreateClonedGdPictureImageI
do I get a new image with 3 pages or 1 page that's the TiffSelectPage index
You replied
You get 1 page that's the TiffSelectPage index
So I changed the test code I uploaded to use an arraylist, I add the imageid to the arraylist from CreateClonedGdPictureImageI,
Now if i loop the arraylist and get the imageid and call gdp.ReleaseGdPictureImage(imageid)
it should release the image but somethings not right. I'm wondering if calling CreateClonedGdPictureImageI creates 2 ImageIDs and returns 1
Thanks
pqsik