IPictureFillFormatEffectiveData

IPictureFillFormatEffectiveData interface

Immutable object which contains the properties of picture fill.

public interface IPictureFillFormatEffectiveData : IFillParamSource

Properties

NameDescription
AsIFillParamSource { get; }Allows to get base IFillParamSource interface. Read-only IFillParamSource.
CropBottom { get; }Returns the number of percents of real image height that are cropped off the bottom of the picture. Read-only Single.
CropLeft { get; }Returns the number of percents of real image width that are cropped off the left of the picture. Read-only Single.
CropRight { get; }Returns the number of percents of real image width that are cropped off the right of the picture. Read-only Single.
CropTop { get; }Returns the number of percents of real image height that are cropped off the top of the picture. Read-only Single.
Dpi { get; }Returns the dpi which is used to fill a picture. Read-only Int32.
Picture { get; }Returns the picture. Read-only IPictureEffectiveData.
PictureFillMode { get; }Returns the picture fill mode. Read-only PictureFillMode.

Remarks

This interface is used as a part of IFillFormatEffectiveData.

See Also