1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Contents.Presentation
  6. /
  7. PresentationMasterSlideCollection

PresentationMasterSlideCollection

PresentationMasterSlideCollection class

Represents a collection of master slides in a PowerPoint document.

public class PresentationMasterSlideCollection : ReadOnlyListBase<PresentationMasterSlide>

Properties

Name Description
virtual Count { get; } Gets the number of elements contained in the collection.
virtual IsReadOnly { get; } Gets a value indicating whether the collection is read-only.
virtual Item { get; } Gets the element at the specified index in the collection.

Methods

Name Description
virtual Contains(PresentationMasterSlide)
virtual GetEnumerator()
virtual IndexOf(PresentationMasterSlide)

Remarks

This collection contains the items of PresentationMasterSlide type.

See Also