Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
pictureBox1.Image.SelectActiveFrame(FrameDimension.Page, index); raising generic error gui+

Please Help to how to handle the file is multiple tiff file
Posted
Updated 13-Jun-17 1:32am

1 solution

I ran into this error today. It turned out that the frame that you are selecting is 0 based. So if you are trying to access page 5 of a 5 page tiff file for example you need to access frame 4, likewise page 1 would be frame 0.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900