This property sets the file format for an image that is saved with the "Save Image 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.SaveFileTypeExplanation
The SaveType property sets the file format for an image that is saved with the image "Save Image File" button. When an image, displayed in the ImageKit control, is saved using the Toolbar control's "Save Image File" button, the SaveType property sets the file format in which the image will be saved. When the SaveFormatDialogEnabled property is True, the file format chosen in File Format dialog box will be set into the SaveType property.
See Also
IkToolBar Members | Newtone.ImageKit.Win.IkToolBar