PictureFillFormat
Overview
PictureFillFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IPictureFillFormat, IFillParamSource.
Represents a picture fill style.
Properties: AsIPresentationComponent, CropBottom, CropLeft, CropRight, CropTop, Dpi, and 14 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Dpi | int | Read/Write | Gets or sets the dpi. |
PictureFillMode | PictureFillMode | Read/Write | Gets or sets the picture fill mode. |
Picture | ISlidesPicture | Read | Gets the picture. |
CropLeft | float | Read/Write | Gets or sets the crop left. |
CropTop | float | Read/Write | Gets or sets the crop top. |
CropRight | float | Read/Write | Gets or sets the crop right. |
CropBottom | float | Read/Write | Gets or sets the crop bottom. |
StretchOffsetLeft | float | Read/Write | Gets or sets the stretch offset left. |
StretchOffsetTop | float | Read/Write | Gets or sets the stretch offset top. |
StretchOffsetRight | float | Read/Write | Gets or sets the stretch offset right. |
StretchOffsetBottom | float | Read/Write | Gets or sets the stretch offset bottom. |
TileOffsetX | float | Read/Write | Gets or sets the tile offset x. |
TileOffsetY | float | Read/Write | Gets or sets the tile offset y. |
TileScaleX | float | Read/Write | Gets or sets the tile scale x. |
TileScaleY | float | Read/Write | Gets or sets the tile scale y. |
TileAlignment | RectangleAlignment | Read/Write | Gets or sets the tile alignment. |
TileFlip | TileFlip | Read/Write | Gets or sets the tile flip. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |