Class RichTextDataImageSource
Reperesents an image source from a data buffer in the Rad
Inherited Members
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public class RichTextDataImageSource : RichTextImageSource
Constructors
RichTextDataImageSource(Byte[], RichTextImageType)
Initializes a new instance of the Rich
Declaration
public RichTextDataImageSource(byte[] data, RichTextImageType type)
Parameters
System. Specifies the data buffer of the image. |
Rich Specifies the format type of the image. |
Properties
Data
Gets the data buffer of the image.
Declaration
public byte[] Data { get; }
Property Value
System.
|
Type
Gets the format type of the image.
Declaration
public RichTextImageType Type { get; }
Property Value
Methods
ToImageSource()
Converts the current Rich
Declaration
public override ImageSource ToImageSource()
Returns
Xamarin. The converted Xamarin. |