PictureFormat Members
Include Protected Members
Include Inherited Members
Contains properties and methods that apply to pictures and OLE objects.
The PictureFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Brightness | Returns or sets the brightness of the specified picture or OLE object. Read/write. | |
ColorType | Returns or sets the type of color transformation applied to the specified picture or OLE object. Read/write. | |
Contrast | Returns or sets the contrast for the specified picture or OLE object. | |
Creator | Returns a 64-bit signed integer that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only. | |
Crop | Returns or sets the number of points that are cropped off the specified picture or OLE object. Read-only. | |
CropBottom | Returns or sets the number of points that are cropped off the bottom of the specified picture or OLE object. Read/write. | |
CropLeft | Returns or sets the number of points that are cropped off the left side of the specified picture or OLE object. Read/write. | |
CropRight | Returns or sets the number of points that are cropped off the right side of the specified picture or OLE object. Read/write. | |
CropTop | Returns or sets the number of points that are cropped off the top of the specified picture or OLE object. Read/write. | |
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. Read/write. | |
TransparentBackground | Determines whether parts of the picture that are the color defined as the transparent color appear transparent. Applies to bitmaps only. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
IncrementBrightness | Changes the brightness of the picture by the specified amount. | |
IncrementContrast | Changes the contrast of the picture by the specified amount. |
Top