Enum ImageEditorFileType
Defines the file type of an image to be saved or opened in the SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ImageEditorFileType
Fields
| Name | Description |
|---|---|
| BMP | Represents a BMP file type. |
| JPEG | Represents a JPEG file type. |
| PNG | Represents a PNG file type. |
| SVG | Represents a SVG file type. |
| WebP | Represents a WebP file type. |