HtmlEdit.InsertImageAsync(HtmlImage) 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(
HtmlImage image
)
Parameters
Name | Type | Description |
---|---|---|
image | HtmlImage | The image to insert. |
Returns
Type | Description |
---|---|
Task | A task that allows you to wait for the operation. |
See Also