SectionSlideCollection Class

Represents a collection of slides in the section.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesSectionSlideCollection

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class SectionSlideCollection : ISectionSlideCollection, 
	IGenericCollection<ISlide>, IEnumerable<ISlide>, IEnumerable, 
	ICollection

The SectionSlideCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements actually contained in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Gets the element at the specified index. Read-only ISlide.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodCopyTo
Copies the entire collection to the specified array.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also