Class ImageEditorFileType
Defines the file type of an image to be saved or opened in the SfImageEditor.
Inheritance
System.Object
ImageEditorFileType
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ImageEditorFileType : Enum
Fields
JPEG
Represents a JPEG file type.
Declaration
public const ImageEditorFileType JPEG
Field Value
Type | Description |
---|---|
ImageEditorFileType | Represents the string value: "JPEG" |
PNG
Represents a PNG file type.
Declaration
public const ImageEditorFileType PNG
Field Value
Type | Description |
---|---|
ImageEditorFileType | Represents the string value: "PNG" |
SVG
Represents a SVG file type.
Declaration
public const ImageEditorFileType SVG
Field Value
Type | Description |
---|---|
ImageEditorFileType | Represents the string value: "SVG" |