[]
Inserts an image at the current cursor position asynchronously.
public Task InsertImageAtSelectionAsync(Image img, string altText = "")
Public Function InsertImageAtSelectionAsync(img As Image, Optional altText As String = "") As Task
| Type | Name | Description |
|---|---|---|
| Image | img | Image to insert. |
| string | altText | Alternative text for image. |
| Type | Description |
|---|---|
| Task |