Enum SaveFormat
Specifies the formats to be used to save images.
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SaveFormat
Remarks
Determines how images are stored after being uploaded.
Fields
| Name | Description |
|---|---|
| Base64 | Saves the uploaded images as Base64 format. |
| Blob | Saves the uploaded images as Blob format. |