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 JPEG image format.
Declaration
public const ImageFileType Jpeg
Field Value
| Type |
|---|
| ImageFileType |
Jpg
Represents the JPG image format.
Declaration
public const ImageFileType Jpg
Field Value
| Type |
|---|
| ImageFileType |
Remarks
Supported only on Windows and Android. On iOS and MacCatalyst, JPG is treated as JPEG internally since UIImage only provides JPEG/PNG conversion.
Png
Represents the PNG image format.
Declaration
public const ImageFileType Png
Field Value
| Type |
|---|
| ImageFileType |