Class ImageSource
Represents the class to insert image source.
Inheritance
System.Object
ImageSource
Namespace: Syncfusion.XForms.RichTextEditor
Assembly: Syncfusion.SfRichTextEditor.XForms.dll
Syntax
public class ImageSource : Object
Constructors
ImageSource()
Declaration
public ImageSource()
Properties
Height
Gets or sets Image Height.
Declaration
public int Height { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
Height = -1 represents the actual size of the image width.
ImageStream
Gets or sets Image stream.
Declaration
public Stream ImageStream { get; set; }
Property Value
Type |
---|
System.IO.Stream |
SaveOption
Gets or sets save option for image to save as blob URL or base64 .
Declaration
public ImageSaveOption SaveOption { get; set; }
Property Value
Type |
---|
ImageSaveOption |
Width
Gets or sets Image Width.
Declaration
public int Width { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
Width = -1 represents the actual size of the image width.