procedure TForm1.Print1Click(Sender: TObject);
begin
// Save the image with vectorial objects
ImageEnVect1.Proc.SaveUndo;
// Merge vectorial objects with the background image
ImageEnVect1.CopyObjectsToBack(True);
// Do print preview
ImageEnVect1.IO.DoPrintPreviewDialog();
// Restore objects from the merge
ImageEnVect1.Proc.Undo;
end;
Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development