PictureFillFormat

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

NameTypeAccessDescription
DpiintRead/WriteGets or sets the dpi.
PictureFillModePictureFillModeRead/WriteGets or sets the picture fill mode.
PictureISlidesPictureReadGets the picture.
CropLeftfloatRead/WriteGets or sets the crop left.
CropTopfloatRead/WriteGets or sets the crop top.
CropRightfloatRead/WriteGets or sets the crop right.
CropBottomfloatRead/WriteGets or sets the crop bottom.
StretchOffsetLeftfloatRead/WriteGets or sets the stretch offset left.
StretchOffsetTopfloatRead/WriteGets or sets the stretch offset top.
StretchOffsetRightfloatRead/WriteGets or sets the stretch offset right.
StretchOffsetBottomfloatRead/WriteGets or sets the stretch offset bottom.
TileOffsetXfloatRead/WriteGets or sets the tile offset x.
TileOffsetYfloatRead/WriteGets or sets the tile offset y.
TileScaleXfloatRead/WriteGets or sets the tile scale x.
TileScaleYfloatRead/WriteGets or sets the tile scale y.
TileAlignmentRectangleAlignmentRead/WriteGets or sets the tile alignment.
TileFlipTileFlipRead/WriteGets or sets the tile flip.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

See Also