Hi Nigel,
Thanks. This is what I was looking for.
One more thing, does it save the same resolution, quality and file size image after using following code which was provided to SaveSnapshot?:
ImageEnMView1.LoadSnapshot('d:\screenshots.db');
ImageEnMView1.SelectImage(0);
ImageEnVect1.Assign(ImageEnMView1.Bitmap);
ImageEnVect1.IO.SaveToFileBMP('d:\test.bmp');