DBPix Documentation
Version 2.0

ImageSave Method


Description:  Saves the current image to a disk file, prompting the user for the filename with the standard 'File Save' dialog.
Syntax:  boolean ImageSave()
Return Value:  
True    The image was saved successfully.
False    An error occurred.
Remarks:  

The image format is determined from the extension of the target file: (jpg, jpeg or jif to save a JPEG file, png to save a PNG file, bmp to save a Windows Bitmap file).

Images can also be saved via the context-menu at runtime (the ViewMenuMode property controls which menu-items are displayed at runtime).

See also the ImageSaveFile method, which takes the target file as an argument.

 

 

Documentation version 2.0.0