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

Pictures.Item(Int32)

Description

=20

Returns the Picture object at the = specified position in the Pictures c= ollection. Picture is the indexer for the Pictures class.

=20
C#
=20
 public Picture this[int index] { get; }
=20
=20
vb.net
=20
Public Default ReadOnly Property Item(ByVal index As Integer) As Picture
=20
=20

Parameters

=20
index
A valid index between 0 an= d=20 Pictures.Count.=20

Returns

The=20 Picture object at the specified position.
------=_Part_7616_1370568328.1711615648564--