I have multipage tiff file.
If i do:
count will be >1;
After i do somthing like this:
I have only 1 rotated page number "nPage" in Bitmap object! Where are other pages?
Is it bug or what?
Code:
Bitmap *m_pBitmap;
Code:
int count = m_pBitmap->GetFrameCount(&FrameDimensionPage);
After i do somthing like this:
Code:
m_pBitmap->SelectActiveFrame(&FrameDimensionPage, nPage);
m_pBitmap->RotateFlip(Rotate90FlipNone);
Is it bug or what?