AddEmptySlide()

SlideCollection::AddEmptySlide(System::SharedPtr<ILayoutSlide>) method

Adds a new empty slide to the end of the collection.

System::SharedPtr<ISlide> Aspose::Slides::SlideCollection::AddEmptySlide(System::SharedPtr<ILayoutSlide> layout) override

Arguments

ParameterTypeDescription
layoutSystem::SharedPtr<ILayoutSlide>Layout for a slide.

Return Value

Added slide.

See Also