This property sets the file format that will be used when an image is saved using the "Save File" button.

[Visual Basic]Public Property SaveType As Newtone.ImageKit.SaveFileType
[C#]public Newtone.ImageKit.SaveFileType SaveType {get; set;}

Property Value

A value of type Newtone.ImageKit.SaveFileType

Default value is Newtone.ImageKit.SaveFileType.SaveBMP

Explanation

The SaveType property sets the file format that will be used when an image is saved using the "Save File" button. The TargetImageKit property sets which ImageKit control is associated with the ToolBarStandard control.

If the SaveFormatDialogEnabled is true, the "SaveFormat" dialog will be displayed and the choice of file formats made in this dialog will determine the value of the SaveType property.

See Also

ToolBarStandard Members | Newtone.ImageKit.Wpf.ToolBarStandard

 

The ImageKit WPF is created by Newtone Corporation