iSpring.Presentation Interface

The Presentation Interface represents currently opened presentation. It exposes the following properties and methods:

Properties

Property

Value Type

Access

Default value

Property description

BackgroundAudioSettings

BackgroundAudio

Read only

 

Returns a BackgroundAudio Interface providing presentation background audio customization facilities

Height

int

Read/Write

 

Slide height in pixels*

Object

object

Read only

 

Returns a PowerPoint.Presentation COM object which provides properties and methods for accessing the presentation

Title

string

Read/Write

 

Presentation title

SlideHeight

int

Read/Write

 

Slide height in pixels

SlideWidth

int

Read/Write

 

Slide width in pixels

Slides

Slides

Read only

 

Returns a Slides Interface that represents a collection of presentation slides

Width

long

Read/Write

 

Slide width in pixels*

XmlContentFile

string

Read/Write

 

Specifies a file name, where the presentation XML description will be stored after conversion. If this property is an empty string, no XML description file will be generated

Presenters

Presenters

Read only

 

Returns Presenters Interface that represents a collection of presentation presenters

HasDefaultPresenter

bool

Read only

 

A Boolean value indicating whether the presentation has the default presenter.

DefaultPresenter

Presenter

Read/Write

 

Default presentation presenter.


Methods

Method

Method description

void Close()

Closes the presentation **

void RemoveDefaultPresenter()

Removes the default presenter

Remarks

* Width and Height properties are obsolete and are kept only for the compatibility with existing code using earlier versions of the SDK. Use SlideWidth and SlideHeight instead

** The ClosePresentation() method of the PresentationConverter Class is obsolete and is kept only for the compatibility with the existing code using earlier versions of the SDK. New applications should use the Close() method of the Presentation Interface instead.

See also

BackgroundAudio Interface
PresentationConverter Class
Presenter Interface
Presenters Interface
Slides Interface
iSpring SDK COM API