No, TIEMultiBitmap.GetImageToFile() will only ever save one frame.
You need to use TIEMultiBitmap.Write() to output multiple frame file. If you only want specific frames output then assign the TIEMultiBitmap to a new one, remove the undesired frames, and then Write.