I have multipage tiff file.
Bitmap *m_pBitmap;
If i do:
int count = m_pBitmap->GetFrameCount(&FrameDimensionPage);
count will be >1;
After i do somthing like this:
m_pBitmap->SelectActiveFrame(&FrameDimensionPage, nPage);
m_pBitmap->RotateFlip(Rotate90FlipNone);
I have only 1 rotated page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.