[]
Inserts an image at the current cursor position.
[Obsolete("This method is deprecated, please, use InsertImageAtSelectionAsync instead.")]
public void InsertImageAtSelection(Image img, string altText = "")
Type | Name | Description |
---|---|---|
Image | img | Image to insert. |
string | altText | Alternative text for image. |