Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FillFormat Class / ImageFill Property

In This Topic
    ImageFill Property
    In This Topic
    Gets the image fill.

    This property has effect only if the Type of this fill format is FillType.Image.

    Syntax
    'Declaration
     
    Public ReadOnly Property ImageFill As ImageData
    public ImageData ImageFill {get;}
    See Also