Class ImageInputSource
Defines the source of the image input in the Rich Text Editor.
Inheritance
System.Object
ImageInputSource
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImageInputSource : Enum
Remarks
Identifies the method by which an image is added to the editor, affecting handling and processing.
Fields
Dropped
The image input source is Dropped.
Declaration
public const ImageInputSource Dropped
Field Value
Type | Description |
---|---|
ImageInputSource | Dropped images are added by dragging files into the editor interface. |
Remarks
Streamlines the image inclusion process by enabling drag-and-drop functionality.
Pasted
The image input source is Pasted.
Declaration
public const ImageInputSource Pasted
Field Value
Type | Description |
---|---|
ImageInputSource | Pasted images are inserted via clipboard interactions. |
Remarks
Allows quick integration of images copied from other documents or sources.
Uploaded
The image input source is Uploaded.
Declaration
public const ImageInputSource Uploaded
Field Value
Type | Description |
---|---|
ImageInputSource | Uploaded files are directly input by selecting from local storage. |
Remarks
This source implies images are manually selected and uploaded for inclusion.