[]
A collection of all the IBackgroundPicture objects on the specified sheet.
public interface IBackgroundPictures : IEnumerable<IBackgroundPicture>, IEnumerable
Public Interface IBackgroundPictures
Inherits IEnumerable(Of IBackgroundPicture), IEnumerable
| Name | Description |
|---|---|
| Count | Returns the number of objects in the collection. |
| this[int] | Returns a single object from a collection. |
| this[string] | Returns a single object from a collection. |
| Name | Description |
|---|---|
| AddPicture(Stream, ImageType, double, double, double, double) | Creates a background picture from an existing stream. Returns the IBackgroundPicture object that represents the new background picture. |
| AddPicture(string, double, double, double, double) | Creates a background picture from an existing file. Returns the IBackgroundPicture object that represents the new background picture. |
| AddPictureInPixel(Stream, ImageType, double, double, double, double) | Creates a background picture from an existing stream. Returns the IBackgroundPicture object that represents the new background picture. |
| AddPictureInPixel(string, double, double, double, double) | Creates a background picture from an existing file. Returns the IBackgroundPicture object that represents the new background picture. |