FillFormat.UserPicture Method

Fills the specified shape with one large image.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
    Required 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.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace