FillFormat.UserPicture Method
Fills the specified shape with one large image.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub UserPicture ( _
PictureFile As String _
)
'Usage
Dim instance As FillFormat
Dim PictureFile As String
instance.UserPicture(PictureFile)
void UserPicture(
string PictureFile
)
Parameters
- PictureFile
Type: System.String
The name of the picture file.
Remarks
If you want to fill the shape with small tiles of an image, use the UserTextured method.