IPictureFillFormat

IPictureFillFormat

Overview

IPictureFillFormat is a interface in Aspose.Slides FOSS for .NET.

Represents a picture fill style.

Properties

NameTypeAccessDescription
DpiintRead/WriteSpecifies the resolution of the picture fill in dots per inch
PictureFillModePictureFillModeRead/WriteDetermines how the picture is applied (stretch, tile, etc.)
PictureISlidesPictureReadGets or sets the picture used for the fill
CropLeftfloatRead/WriteDefines the fraction of the picture width cropped from the left side
CropTopfloatRead/WriteDefines the fraction of the picture height cropped from the top side
CropRightfloatRead/Write
CropBottomfloatRead/Write
StretchOffsetLeftfloatRead/WriteSpecifies the left offset when stretching the picture fill
StretchOffsetTopfloatRead/WriteSpecifies the top offset when stretching the picture fill
StretchOffsetRightfloatRead/WriteSpecifies the right offset when stretching the picture fill
StretchOffsetBottomfloatRead/WriteSpecifies the bottom offset when stretching the picture fill
TileOffsetXfloatRead/WriteDefines the horizontal offset of the tiled picture pattern
TileOffsetYfloatRead/WriteDefines the vertical offset of the tiled picture pattern
TileScaleXfloatRead/WriteSets the horizontal scaling factor for the tiled picture
TileScaleYfloatRead/WriteSets the vertical scaling factor for the tiled picture
TileAlignmentRectangleAlignmentRead/WriteDetermines the alignment of the tiled picture within the shape
TileFlipTileFlipRead/WriteSpecifies the flip mode (none, X, Y, both) applied to the tiled picture

See Also