Specifies the format type of an image.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum RichTextImageType
Fields
Specifies an image encoded in GIF format type.
C#
Gif = 0
Specifies an image encoded in JPEG format type.
C#
Jpeg = 1
Specifies an image encoded in PNG format type.
C#
Png = 2
Specifies an image encoded in SVG format type.
C#
Svg = 3
Specifies an image encoded in WebP format type.
C#
Webp = 4