Enum SaveFormat
Specifies the formats available for saving image data in the component.
Namespace: Syncfusion.Blazor.BlockEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SaveFormat
Remarks
Fields
| Name | Description |
|---|---|
| Base64 | Represents the image data encoded as a Base64 string. |
| Blob | Represents the image data as a binary large object (Blob). |