IPictureFillFormat
Contents
[
Hide
]
IPictureFillFormat class
Represents a picture fill style.
The IPictureFillFormat type exposes the following members:
Properties
Name | Description |
---|---|
dpi | Returns or sets the dpi which is used to fill a picture. Read/write |
picture_fill_mode | Returns or sets the picture fill mode. Read/write PictureFillMode. |
picture | Returns the picture. Read-only ISlidesPicture. |
crop_left | Returns or sets the number of percents of real image width that are cropped off the left of the picture. Read/write |
crop_top | Returns or sets the number of percents of real image height that are cropped off the top of the picture. Read/write |
crop_right | Returns or sets the number of percents of real image width that are cropped off the right of the picture. Read/write |
crop_bottom | Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. Read/write |
stretch_offset_left | Returns or sets left edge of the fill rectangle that is defined by a percentage offset from the left edge of the shape’s bounding box. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write |
stretch_offset_top | Returns or sets top edge of the fill rectangle that is defined by a percentage offset from the top edge of the shape’s bounding box. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write |
stretch_offset_right | Returns or sets right edge of the fill rectangle that is defined by a percentage offset from the right edge of the shape’s bounding box. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write |
stretch_offset_bottom | Returns or sets bottom edge of the fill rectangle that is defined by a percentage offset from the bottom edge of the shape’s bounding box. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write |
as_i_fill_param_source | Allows to get base IFillParamSource interface. Read-only IFillParamSource. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides