Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

The Pictures collection represents the set of pictures in a presentation. To return a Pictures collection, use Slide.Pictures.

C#
vb.net

Properties

Name

Description

Count

Returns the number of Picture objects in the collection.

Indexers

Name

Description

Item(Int32)

Returns the Picture object at the specified position in the Pictures collection. Picture is the indexer for the Pictures class.

Methods

Name

Description

GetEnumerator()

Returns an IEnumerator for the Pictures in a Slide

  • No labels