Description

Adds a BackgroundImage object to the TransparencyGroup object and returns a New BackgroundImage object.

Syntax

Public Function AddBackgroundImage( _
   ByVal Image As Variant _
) As BackgroundImage

Parameters

Image
The file path of the Image file.

Return Type

A BackgroundImage object.

Remarks

This class can be used to place an image on the page that will be stretched to the dimensions of the page. If an image will be used more than once, please see the Image Reuse topic.

See Also

TransparencyGroup Object