PictureFillFormat

PictureFillFormat class

Represents a picture fill style.

public sealed class PictureFillFormat : PVIObject, IPictureFillFormat

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
CropBottom { get; set; }Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. Read/write Single.
CropLeft { get; set; }Returns or sets the number of percents of real image width that are cropped off the left of the picture. Read/write Single.
CropRight { get; set; }Returns or sets the number of percents of real image width that are cropped off the right of the picture. Read/write Single.
CropTop { get; set; }Returns or sets the number of percents of real image height that are cropped off the top of the picture. Read/write Single.
Dpi { get; set; }Returns or sets the dpi which is used to fill a picture. Read/write Int32.
Picture { get; }Returns the picture. Read-only ISlidesPicture.
PictureFillMode { get; set; }Returns or sets the picture fill mode. Read/write PictureFillMode.
StretchOffsetBottom { get; set; }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 Single.
StretchOffsetLeft { get; set; }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 Single.
StretchOffsetRight { get; set; }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 Single.
StretchOffsetTop { get; set; }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 Single.

Methods

NameDescription
override Equals(object)Compares with specified object.
override GetHashCode()Returns hash code.

See Also