PictureFormat Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains properties and methods that apply to pictures and OLE objects.
public interface class PictureFormat : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C031A-0000-0000-C000-000000000046")]
public interface PictureFormat : Microsoft.Office.Core._IMsoDispObj
Public Interface PictureFormat
Implements _IMsoDispObj
- Attributes
- Implements
Remarks
The LinkFormat object contains properties and methods that apply to linked OLE objects only. The OLEFormat object contains properties and methods that apply to OLE objects whether or not they’re linked.
Use the PictureFormat property to return a PictureFormat object.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Brightness |
Returns 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 |
Returns or sets the type of color transformation applied to the specified picture or OLE object. |
Contrast |
Returns 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). |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Crop |
Gets a Crop object that represents the cropping settings for the specified PictureFormat object. |
CropBottom |
Returns or sets the number of points that are cropped off the bottom of the specified picture or OLE object. |
CropLeft |
Returns or sets the number of points that are cropped off the left side of the specified picture or OLE object. |
CropRight |
Returns or sets the number of points that are cropped off the right side of the specified picture or OLE object. |
CropTop |
Returns or sets the number of points that are cropped off the top of the specified picture or OLE object. |
Parent |
Returns the parent object for the specified object. |
TransparencyColor |
Returns or sets the transparent color for the specified picture as a red-green-blue (RGB) value. Applies to bitmaps only. |
TransparentBackground |
Returns or sets whether the specified picture format uses a transparent background. |
Methods
IncrementBrightness(Single) |
Changes the brightness of the picture by the specified amount. |
IncrementContrast(Single) |
Changes the contrast of the picture by the specified amount. |