IPictureFillFormatEffectiveData Interface |
Namespace: Aspose.Slides
The IPictureFillFormatEffectiveData type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIFillParamSource |
Allows to get base IFillParamSource interface.
Read-only IFillParamSource.
|
![]() | CropBottom |
Returns the number of percents of real image height that are cropped off
the bottom of the picture.
Read-only Single.
|
![]() | CropLeft |
Returns the number of percents of real image width that are cropped off
the left of the picture.
Read-only Single.
|
![]() | CropRight |
Returns the number of percents of real image width that are cropped off
the right of the picture.
Read-only Single.
|
![]() | CropTop |
Returns the number of percents of real image height that are cropped off
the top of the picture.
Read-only Single.
|
![]() | Dpi |
Returns the dpi which is used to fill a picture.
Read-only Int32.
|
![]() | Picture |
Returns the picture.
Read-only IPictureEffectiveData.
|
![]() | PictureFillMode |
Returns the picture fill mode.
Read-only PictureFillMode.
|