MsoFormatPicture class

MsoFormatPicture class

Represents the picture format.

The MsoFormatPicture type exposes the following members:

Properties

PropertyDescription
top_crop_inchRepresents the location of the top of the crop rectangle expressed, in unit of inches.
bottom_crop_inchRepresents the location of the bottom of the crop rectangle expressed, in unit of inches.
left_crop_inchRepresents the location of the left of the crop rectangle expressed, in unit of inches.
right_crop_inchRepresents the location of the right of the crop rectangle expressed, in unit of inches.
top_cropRepresents the location of the top of the crop rectangle expressed, expressed as a ratio of the image’s height.
bottom_cropRepresents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image’s height.
left_cropRepresents the location of the left of the crop rectangle expressed, expressed as a ratio of the image’s width.
right_cropRepresents the location of the right of the crop rectangle expressed, expressed as a ratio of the image’s width.
transparencyReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
transparent_colorGets and sets the transparent color of the picture.
contrastRepresents the contrast modification for the picture.in unit of percentage.
brightnessRepresents the brightness modification for the picture in unit of percentage.
gammaRepresents gamma of the picture.
is_bi_levelIndicates whether this picture should display in two-color black and white.
is_grayIndicates whether this picture should display in grayscale.

See Also