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
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<ILoadOptions> | Load options |
Return Value
New presentation
See Also
- Typedef SharedPtr
- Class IPresentation
- Class PresentationFactory
- Class ILoadOptions
- Namespace Aspose::Slides
- Library Aspose.Slides