Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class Pictures : System.Collections.Generic.IEnumerable<Picture>
{signature}{signature:
}
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class Pictures
		Implements System.Collections.Generic.IEnumerable(Of Picture)
{signature}
{properties}
||Name||Description||
|[Count|Pictures.Count]|{
Properties

Name

Description

Count

Excerpt Include

...

Pictures.Count

...

Pictures.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

...

Excerpt Include
Pictures.Item(Int)

...

Pictures.Item(Int)

...

nopanel

...

true
Methods

Name

Description

GetEnumerator()

Excerpt Include
Pictures.GetEnumerator()

...

Pictures.GetEnumerator()

...

nopanel

...

true

...