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