Enum ImageInputSource
Defines the source of the image input in the Rich Text Editor.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ImageInputSource
Remarks
Identifies the method by which an image is added to the editor, affecting handling and processing.
Fields
| Name | Description |
|---|---|
| Dropped | The image input source is Dropped. |
| Pasted | The image input source is Pasted. |
| Uploaded | The image input source is Uploaded. |