AddEmptySlide()

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

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

virtual System::SharedPtr<ISlide> Aspose::Slides::ISlideCollection::AddEmptySlide(System::SharedPtr<ILayoutSlide> layout)=0

Arguments

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

Return Value

Added slide.

See Also