InsertImageAtSelectionAsync Method
In This Topic
Inserts an image at the current cursor position asynchronously.
Syntax
'Declaration
Public Function InsertImageAtSelectionAsync( _
ByVal As System.Drawing.Image, _
Optional ByVal As System.String _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task InsertImageAtSelectionAsync(
System.Drawing.Image ,
System.string
)
Parameters
- img
- Image to insert.
- altText
- Alternative text for image.
See Also