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