[]
Fills the shape with an image.
void UserPicture(string file, bool embedded = true)
Sub UserPicture(file As String, Optional embedded As Boolean = True)
Type | Name | Description |
---|---|---|
string | file | The file path to the picture file, or the name of the picture file if a link to the picture file currently exists. |
bool | embedded | A boolean value indicates whether the image will be embedded. |
Fills the shape with an image.
void UserPicture(Stream stream)
Sub UserPicture(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | The binary data of the picture. |