PictureFillMode Enumeration |
Specifies a picture fill modes.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public enum PictureFillMode
Public Enumeration PictureFillMode
Members Member name | Value | Description |
---|
Tile | 0 |
Specifies that a picture's BLIP should be tiled to fill the available space.
|
Stretch | 1 |
Specifies that a picture's BLIP should be stretched to fill the target rectangle.
|
See Also