The InsertPicture attribute function can be used to insert an image at the virtual cursor position of the RTF.
Syntax | ||||
InsertPicture(Picture [, LanguageID]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Picture |
Picture |
ByVal |
The image to be inserted |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
Note | ||||
If LanguageID is not specified, the dialog language applies. Picture can be a Picture variable, a UniPicture object, or a GDIPImage object. |