Class ImageFileType
Specifies the image file type.
Inheritance
System.Object
ImageFileType
Namespace: Syncfusion.Maui.ImageEditor
Assembly: Syncfusion.Maui.ImageEditor.dll
Syntax
public sealed class ImageFileType : Enum
Fields
Bmp
Represents the bmp image format.
Declaration
public const ImageFileType Bmp
Field Value
| Type |
|---|
| ImageFileType |
Jpeg
Represents the JPG or JPEG image format.
Declaration
public const ImageFileType Jpeg
Field Value
| Type |
|---|
| ImageFileType |
Png
Represents the PNG image format.
Declaration
public const ImageFileType Png
Field Value
| Type |
|---|
| ImageFileType |