Message-ID: <1065791287.8919.1711668199986.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8918_1898772701.1711668199986" ------=_Part_8918_1898772701.1711668199986 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Pictures

Pictures

Description

=20

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

=20
C#
=20
[DefaultMember("Item")]
 public sealed class Pictures : System.Collections.Generic.IEnumerable<P=
icture>
=20
=20
vb.net
=20
<DefaultMember("Item")> _
=09Public NotInheritable Class Pictures
=09=09Implements System.Collections.Generic.IEnumerable(Of Picture)
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Co= unt

Returns the number of Picture objects in the collection.
=20

Indexers

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Item(Int32)

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

Methods

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

GetEnumerator()

Returns an IEnumerator for the Pictures in a= Slide

------=_Part_8918_1898772701.1711668199986--