IPictureFillFormatEffectiveData class

IPictureFillFormatEffectiveData class

Immutable object which contains the properties of picture fill.

The IPictureFillFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
dpiReturns the dpi which is used to fill a picture.
Read-only int.
picture_fill_modeReturns the picture fill mode.
Read-only PictureFillMode.
pictureReturns the picture.
Read-only IPictureEffectiveData.
crop_leftReturns the number of percents of real image width that are cropped off
the left of the picture.
Read-only float.
crop_topReturns the number of percents of real image height that are cropped off
the top of the picture.
Read-only float.
crop_rightReturns the number of percents of real image width that are cropped off
the right of the picture.
Read-only float.
crop_bottomReturns the number of percents of real image height that are cropped off
the bottom of the picture.
Read-only float.

Remarks

This interface is used as a part of IFillFormatEffectiveData.

See Also