The InsertWatermark attribute function passes the passed image to the RTF text as a watermark.
Syntax | ||||
InsertWatermark(Picture [, LanguageID]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
Picture |
Picture |
ByVal |
The picture 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. |