CreatePresentation()

PresentationFactory::CreatePresentation() method

Creates new presentation.

System::SharedPtr<IPresentation> Aspose::Slides::PresentationFactory::CreatePresentation() override

Return Value

New presentation

PresentationFactory::CreatePresentation(System::SharedPtr<ILoadOptions>) method

Creates new presentation with additional load options

System::SharedPtr<IPresentation> Aspose::Slides::PresentationFactory::CreatePresentation(System::SharedPtr<ILoadOptions> options) override

Arguments

ParameterTypeDescription
optionsSystem::SharedPtr<ILoadOptions>Load options

Return Value

New presentation

See Also