Class SaveFormat
Defines 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
Defines the SaveFormat as Base64.
Declaration
public const SaveFormat Base64
Field Value
Type | Description |
---|---|
SaveFormat |
Blob
Defines the SaveFormat as Blob.
Declaration
public const SaveFormat Blob
Field Value
Type | Description |
---|---|
SaveFormat |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |