Back to Devexpress

HtmlImageType Enum

maui-devexpress-dot-maui-dot-htmleditor-e2a7de66.md

latest1.1 KB
Original Source

HtmlImageType Enum

Lists an HTML Edit’s image file type.

Namespace : DevExpress.Maui.HtmlEditor

Assembly : DevExpress.Maui.HtmlEditor.dll

NuGet Package : DevExpress.Maui.HtmlEditor

Declaration

csharp
public enum HtmlImageType

Members

NameDescription
Png

The PNG image type.

| | Jpeg |

The JPEG image type.

| | Gif |

The GIF image type.

| | Bmp |

The BMP image type.

| | Svg |

The SVG image type.

| | Webp |

The WEBP image type.

|

The following properties accept/return HtmlImageType values:

Extension Methods

Yield<HtmlImageType>()

YieldIfNotNull<HtmlImageType>()

See Also

DevExpress.Maui.HtmlEditor Namespace