[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageFillType

ImageFillType Enum

Specifies the image fill type.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum ImageFillType
Public Enum ImageFillType

Fields

Name Description
Stretch

The image should be stretched to fill the target rectangle.

Tile

The image should be tiled to fill the available space.

This value defines a "tile" rectangle within the bounding box.

The image is encompassed within the tile rectangle, and the tile rectangle is tiled across the bounding box to fill the entire area.