Class RichTextEditorImageSource
Represents an image source for insertion into the Rich Text Editor.
Inheritance
System.Object
RichTextEditorImageSource
Namespace: Syncfusion.Maui.RichTextEditor
Assembly: Syncfusion.Maui.RichTextEditor.dll
Syntax
public class RichTextEditorImageSource : Object
Constructors
RichTextEditorImageSource()
Declaration
public RichTextEditorImageSource()
Properties
Height
Gets or sets Image Height.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
Height = -1 represents the actual size of the image width.
ImageFormat
Gets or sets save option for image to save as blob URL or base64 .
Declaration
public RichTextEditorImageFormat ImageFormat { get; set; }
Property Value
Type |
---|
RichTextEditorImageFormat |
Source
Gets or sets Image stream.
Declaration
public ImageSource Source { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.ImageSource |
Width
Gets or sets Image Width.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
Width = -1 represents the actual size of the image width.