Yes, it is possible. Look at CopyObjectsToBack method.
Example:
// Saves background image and vectorial objects in a jpeg file
ImageEnVect1.CopyObjectsToBack(true);
ImageEnVect1.RemoveAllObjects;
ImageEnVect1.IO.SaveToFile('output.jpg');
Of course the background image must have the right sizes.