UserPicture(String,Boolean) Method
In This Topic
Fills the shape with an image.
Syntax
'Declaration
Overloads Sub UserPicture( _
ByVal As String, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As IFillFormat
Dim file As String
Dim embedded As Boolean
instance.UserPicture(file, embedded)
void UserPicture(
string ,
bool
)
Parameters
- file
- The file path to the picture file, or the name of the picture file if a link to the picture file currently exists.
- embedded
- A boolean value indicates whether the image will be embedded.
See Also