Skip to main content

HtmlEdit.InsertImageAsync(ImageSource) Method

Inserts the specified image to the caret position of the HtmlEdit.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public Task InsertImageAsync(
    ImageSource imageSource
)

Parameters

Name Type Description
imageSource ImageSource

The source of the image to insert.

Returns

Type Description
Task

A task that allows you to wait for the operation.

See Also