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