Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GUI+ & Multiframe

Status
Not open for further replies.

burz

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

Part and Inventory Search

Sponsor

Back
Top