ToArray()

SlideCollection::ToArray() method

Creates and returns an array with all slides in it.

System::ArrayPtr<System::SharedPtr<ISlide>> Aspose::Slides::SlideCollection::ToArray() override

Return Value

Array of Slide

SlideCollection::ToArray(int32_t, int32_t) method

Creates and returns an array with all slides from the specified range in it.

System::ArrayPtr<System::SharedPtr<ISlide>> Aspose::Slides::SlideCollection::ToArray(int32_t startIndex, int32_t count) override

Return Value

Array of Slide

See Also