HtmlEdit.InsertImageAsync Method
Name | Parameters | Description |
---|---|---|
InsertImageAsync(HtmlImage) | image | Inserts the specified image to the caret position of the HtmlEdit. |
InsertImageAsync(ImageSource, HtmlSize, HtmlSize) | imageSource, width, height | Inserts the specified image with the specified size to the caret position of the HtmlEdit. |
InsertImageAsync(ImageSource) | imageSource | Inserts the specified image to the caret position of the HtmlEdit. |