CreatePresentation

CreatePresentation()

Creates new presentation.

public IPresentation CreatePresentation()

Return Value

New presentation

See Also


CreatePresentation(ILoadOptions)

Creates new presentation with additional load options

public IPresentation CreatePresentation(ILoadOptions options)
ParameterTypeDescription
optionsILoadOptionsLoad options

Return Value

New presentation

See Also