Class ImageFileFormat
Specifies the format of an image file.
Inheritance
System.Object
ImageFileFormat
Namespace: Syncfusion.Maui.Toolkit
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class ImageFileFormat : Enum
Fields
Jpeg
Specifies that the image file format is JPEG.
Declaration
public const ImageFileFormat Jpeg
Field Value
Type |
---|
ImageFileFormat |
Png
Specifies that the image file format is PNG.
Declaration
public const ImageFileFormat Png
Field Value
Type |
---|
ImageFileFormat |