Reperesents an image source from a data buffer in the RadRichTextEditor.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RichTextDataImageSource : RichTextImageSource
Inheritance: objectRichTextImageSourceRichTextDataImageSource
Inherited Members
Constructors
Initializes a new instance of the RichTextImageSource class.
C#
public RichTextDataImageSource(byte[] data, RichTextImageType type)
Specifies the data buffer of the image.
typeRichTextImageTypeSpecifies the format type of the image.
Properties
Gets the format type of the image.
C#
public RichTextImageType Type { get; }
Methods
ToImageSource()
ImageSource
Converts the current RichTextDataImageSource to an ImageSource.
C#
public override ImageSource ToImageSource()
ImageSource
The converted ImageSource.
Overrides: