Public Overloads Function CreatePresentation() As Presentation
public Presentation CreatePresentation()
Public Overloads Function CreatePresentation() As Presentation
public Presentation CreatePresentation()
{
//Note: Must be in QueuedTask.Run()
//Create a new presentation without parameters
var presentationNew = PresentationFactory.Instance.CreatePresentation();
// Use the new Presentation
// Create a presentation specifying the name of the new presentation
var presentationSpecifyName = PresentationFactory.Instance.CreatePresentation("New Presentation");
// Use the new Presentation
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)