InsertFromBitmapList example for C++ 5.0 and later

   //load 5 pages
   theApp.m_pRasterIO->Load (theApp.m_pRaster, "G:\\Images\\MultiPage.tif", 0, 2, 5);
   m_LEADImageList.InsertFromBitmapList(theApp.m_pRaster->BitmapList, "from List");