Enum
RichTextImageType

Specifies the format type of an image.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum RichTextImageType

Fields

Gif

Specifies an image encoded in GIF format type.

Declaration

cs-api-definition
Gif = 0

Field Value

RichTextImageType

Jpeg

Specifies an image encoded in JPEG format type.

Declaration

cs-api-definition
Jpeg = 1

Field Value

RichTextImageType

Png

Specifies an image encoded in PNG format type.

Declaration

cs-api-definition
Png = 2

Field Value

RichTextImageType

Svg

Specifies an image encoded in SVG format type.

Declaration

cs-api-definition
Svg = 3

Field Value

RichTextImageType

Webp

Specifies an image encoded in WebP format type.

Declaration

cs-api-definition
Webp = 4

Field Value

RichTextImageType

In this article
DefinitionFieldsGifJpegPngSvgWebp
Not finding the help you need?
Contact Support