This methods displays the "Save" dialog box which includes the file preview function. This dialog box is used to select an image file to be saved.
[Visual Basic] Public Function SaveFileDialog()
As Boolean
[C#] public bool SaveFileDialog();
Parameters
None
Return Value
Returns True if "Save" is selected. Returns False if "Cancel" is selected.
Explanation
The SaveFile method displays the "Save" dialog box which includes the file preview function. This dialog box is used to select a directory and file name into which the image date is to be saved.
When the "Save" button is clicked the file name and path are set into the FileName property.