Class ImageSavingEventArgs
Imagesaving event
Inheritance
System.Object
ImageSavingEventArgs
Namespace: Syncfusion.SfImageEditor.Android
Assembly: Syncfusion.SfImageEditor.Android.dll
Syntax
public class ImageSavingEventArgs : CancelEventArgs
Constructors
ImageSavingEventArgs(Stream)
Initializes a new instance of theImageSavingEventArgs class.
Declaration
public ImageSavingEventArgs(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | Stream |
Properties
FileName
To get the file name of the image.
Declaration
public string FileName { get; set; }
Property Value
Type |
---|
System.String |
Stream
Gets/Sets stream value
Declaration
public Stream Stream { get; set; }
Property Value
Type |
---|
System.IO.Stream |