ToArray
ToArray()
Creates and returns an array with all slides in it.
public ISlide[] ToArray()
Return Value
Array of Slide
See Also
- interface ISlide
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
ToArray(int, int)
Creates and returns an array with all slides from the specified range in it. An index of a first slide to add.A number of slides to add.
public ISlide[] ToArray(int startIndex, int count)
Return Value
Array of Slide
See Also
- interface ISlide
- class SlideCollection
- namespace Aspose.Slides
- assembly Aspose.Slides