This property determines whether or not the dialog box setting the image format is displayed when an image is save with the "Save Image File" button.

[Visual Basic]Public Property SaveFormatDialogEnabled As Boolean
[C#]public bool SaveFormatDialogEnabled {get; set;}

Property Value

Value Explanation
True (default) The dialog box setting the image format is displayed when the image is saved with the "Save Image File" button.
False The dialog box setting the image format is not displayed when the image is saved with the "Save Image File" button.

Explanation

The SaveFormatDialogEnabled property determines whether or not the dialog box setting the image format is displayed when an image is save with the "Save Image File" button. When SaveFormatDialogEnabled property is True and the image displayed in the ImageKit control is saved using the Toolbar control's "Save Image File" button, then the image format dialog box is displayed. The image will be saved in the file format determined by the dialog box. When the SaveFormatDialogEnabled property is False, the image is saved in the format set in the SaveType property.

See Also

IkToolBar Members | Newtone.ImageKit.Win.IkToolBar

 

The ImageKit.NET2 is created by Newtone Corporation