Class PictureFormat (Word VBA)

Contains properties and methods that apply to pictures and OLE objects. 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.

The classes ChartFormat, InlineShape and Shape. give access to class PictureFormat


Dim pft as PictureFormat
Set pft = ActiveDocument.Background.PictureFormat

Methods

IncrementBrightness - Changes the brightness of the picture by the specified amount.

IncrementContrast - Changes the contrast of the picture by the specified amount.

Properties

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).

Crop returns 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.

TransparencyColor returns or sets the transparent color for the specified picture as a red-green-blue (RGB) value.

TransparentBackground msoTrue if the parts of the picture that are defined with a transparent color actually appear transparent. Use the TransparencyColor property to set the transparent color. Applies to bitmaps only.