Class
RichTextFileImageSource

Reperesents an image source from a file in the RadRichTextEditor.

Definition

Constructors

RichTextFileImageSource(string, RichTextImageType)

Initializes a new instance of the RichTextFileImageSource class.

Declaration

cs-api-definition
public RichTextFileImageSource(string path, RichTextImageType type)

Parameters

path

string

Specifies the file path to the image.

type

RichTextImageType

Specifies the format type of the image.

Properties

Path

Gets the file path to the image.

Declaration

cs-api-definition
public string Path { get; }

Property Value

string

Type

Gets the format type of the image.

Declaration

cs-api-definition
public RichTextImageType Type { get; }

Property Value

RichTextImageType

Methods

ToImageSource()

Converts the current RichTextFileImageSource to an ImageSource.

Declaration

cs-api-definition
public override ImageSource ToImageSource()

Returns

ImageSource

The converted ImageSource.

Overrides RichTextImageSource.ToImageSource()