FillFormat.UserTextured Method

Fills the specified shape with small tiles of an image.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub UserTextured ( _
    TextureFile As String _
)
'Usage
Dim instance As FillFormat
Dim TextureFile As String

instance.UserTextured(TextureFile)
void UserTextured(
    string TextureFile
)

Parameters

  • TextureFile
    Type: System.String
    Required String. The name of the picture file.

Remarks

If you want to fill the shape with one large image, use the UserPicture method.

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace