[]
Represents properties and methods that apply to pictures.
public interface IPictureFormat
Public Interface IPictureFormat
Name | Description |
---|---|
Brightness | Gets or sets the brightness of the specified picture or OLE object. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest). |
ColorType | Gets or sets the type of color transformation applied to the specified picture. |
Contrast | Gets or sets the contrast for the specified picture or OLE object. The value for this property must be a number from 0.0 (the least contrast) to 1.0 (the greatest contrast). |
Crop | Gets the ICrop object that represents the cropping settings for the specified IPictureFormat object. |
CropBottom | Gets or sets the number of points that are cropped off the bottom of the specified picture. |
CropLeft | Gets or sets the number of points that are cropped off the left side of the specified picture. |
CropRight | Gets or sets the number of points that are cropped off the right side of the specified picture. |
CropTop | Gets or sets the number of points that are cropped off the top of the specified picture. |
Fill | Gets or sets the byte array of this picture. |
Reference | Gets or sets the reference of current picture. |
Transparency | Gets or sets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear). |
TransparentBackground | Gets or sets whether the specified picture format uses a transparent background. |
Type | Gets the image type of this picture. |
Url | Gets the URL of the picture from JSON. |