ToArray()
ISlideCollection::ToArray() method
Creates and returns an array with all slides in it.
virtual System::ArrayPtr<System::SharedPtr<ISlide>> Aspose::Slides::ISlideCollection::ToArray()=0
Return Value
Array of ISlide
ISlideCollection::ToArray(int32_t, int32_t) method
Creates and returns an array with all slides from the specified range in it.
virtual System::ArrayPtr<System::SharedPtr<ISlide>> Aspose::Slides::ISlideCollection::ToArray(int32_t startIndex, int32_t count)=0
Arguments
Parameter | Type | Description |
---|---|---|
startIndex | int32_t | An index of a first slide to add. |
count | int32_t | A number of slides to add. |
Return Value
Array of ISlide
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ISlide
- Class ISlideCollection
- Namespace Aspose::Slides
- Library Aspose.Slides