Click or drag to resize

PictureFillMode Enumeration

Specifies a picture fill modes.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum PictureFillMode
Members
Member nameValueDescription
Tile0 Specifies that a picture's BLIP should be tiled to fill the available space.
Stretch1 Specifies that a picture's BLIP should be stretched to fill the target rectangle.
See Also