Save AsSaveAs Method

Description Saves the ImageFile object as another ImageFile object.   Copies its image file and renames it.

This method allows you to specify the new object's image parameters.   If specified, the file can be converted from one type to another.   The current image file is closed without being saved and the Save As object becomes the active image file.   You can optionally display a dialog box that allows the end-user to name the file for the first time or select a file to overwrite.

Data TypeString

Syntax ImageFileObject.SaveAs [imagefile] [, filetype] [, dialogflag](ImageFile, [FileType], [DisplayUIFlag])