Class SaveFormat
Specifies the types to be used to save the image.
Inheritance
System.Object
SaveFormat
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SaveFormat : Enum
Fields
Base64
Save the uploaded images as Base64 format.
Declaration
public const SaveFormat Base64
Field Value
Type |
---|
SaveFormat |
Blob
Save the uploaded images as Blob format.
Declaration
public const SaveFormat Blob
Field Value
Type |
---|
SaveFormat |