PictureFillFormat Class

Represents a picture fill style.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PictureFillFormat : PVIObject, 
	IPictureFillFormat, IFillParamSource

The PictureFillFormat type exposes the following members.

Properties
  NameDescription
Public propertyCropBottom
Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. Read/write Single.
Public propertyCropLeft
Returns or sets the number of percents of real image width that are cropped off the left of the picture. Read/write Single.
Public propertyCropRight
Returns or sets the number of percents of real image width that are cropped off the right of the picture. Read/write Single.
Public propertyCropTop
Returns or sets the number of percents of real image height that are cropped off the top of the picture. Read/write Single.
Public propertyDpi
Returns or sets the dpi which is used to fill a picture. Read/write Int32.
Public propertyPicture
Returns the picture. Read-only ISlidesPicture.
Public propertyPictureFillMode
Returns or sets the picture fill mode. Read/write PictureFillMode.
Public propertyStretchOffsetBottom
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.
Public propertyStretchOffsetLeft
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.
Public propertyStretchOffsetRight
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.
Public propertyStretchOffsetTop
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
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also