HtmlEdit.InsertImageAsync(ImageSource) Method
In This Article
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
C#
public Task InsertImageAsync(
ImageSource imageSource
)
#Parameters
Name | Type | Description |
---|---|---|
image |
Image |
The source of the image to insert. |
#Returns
Type | Description |
---|---|
Task | A task that allows you to wait for the operation. |
See Also