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.
Methods
Name | Description | |
---|---|---|
IncrementBrightness | Changes the brightness of the picture by the specified amount. Use the Brightness property to set the absolute brightness of the picture. | |
IncrementContrast | Changes the contrast of the picture by the specified amount. Use the Contrast property to set the absolute contrast for the picture. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word 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 the specified object was created. | |
Crop | Gets or sets a Crop object that represents an image cropping. | |
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 an object that represents the parent object of 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 | MsoTrue if the parts of the picture that are defined with a transparent color actually appear transparent. Applies to bitmaps only. |
Top