CreatePresentation()

IPresentationFactory::CreatePresentation() method

Creates new presentation.

virtual System::SharedPtr<IPresentation> Aspose::Slides::IPresentationFactory::CreatePresentation()=0

Return Value

New presentation

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

Creates new presentation with additional load options

virtual System::SharedPtr<IPresentation> Aspose::Slides::IPresentationFactory::CreatePresentation(System::SharedPtr<ILoadOptions> options)=0

Arguments

ParameterTypeDescription
optionsSystem::SharedPtr<ILoadOptions>Load options

Return Value

New presentation

See Also