Class MsoFormatPicture

MsoFormatPicture class

Represents the picture format.

public class MsoFormatPicture

Properties

NameDescription
BottomCrop { get; set; }Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image’s height.
BottomCropInch { get; set; }Represents the location of the bottom of the crop rectangle expressed, in unit of inches.
Brightness { get; set; }Represents the brightness modification for the picture in unit of percentage.
Contrast { get; set; }Represents the contrast modification for the picture.in unit of percentage.
Gamma { get; set; }Represents gamma of the picture.
IsBiLevel { get; set; }Indicates whether this picture should display in two-color black and white.
IsGray { get; set; }Indicates whether this picture should display in grayscale.
LeftCrop { get; set; }Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image’s width.
LeftCropInch { get; set; }Represents the location of the left of the crop rectangle expressed, in unit of inches.
RightCrop { get; set; }Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image’s width.
RightCropInch { get; set; }Represents the location of the right of the crop rectangle expressed, in unit of inches.
TopCrop { get; set; }Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image’s height.
TopCropInch { get; set; }Represents the location of the top of the crop rectangle expressed, in unit of inches.
Transparency { get; set; }Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
TransparentColor { get; set; }Gets and sets the transparent color of the picture.

Methods

NameDescription
override Equals(object)
override GetHashCode()Gets the hash code.

See Also