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