This property sets whether or not the dialog, which allows you to choose different image formats, is displayed when saving an image using the Save File button.

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

Property Value

True: The image format dialog is displayed
False: The image format dialog is NOT displayed

Default value is True.

Explanation

The SaveFormatDialogEnabled property sets whether or not the dialog, which allows you to choose different image formats, is displayed when saving an image using the ToolBarStandard "Save File" button. The TargetImageKit property sets which ImageKit control is associated with the ToolBarStandard control. When the SaveFormatDialogEnabled property is False, the image will be saved in the format set by the SaveType property.

See Also

ToolBarStandard Members | Newtone.ImageKit.Wpf.ToolBarStandard

 

The ImageKit WPF is created by Newtone Corporation