The PresentationInfo class stores the presentation information and provides the following properties:
Property | Type | Description |
---|---|---|
hasPresenter | Boolean | Indicates whether the presentation contains Presenter information |
presenterInfo | PresenterInfo | Returns the PresenterInfo Class providing the information about presentation presenter |
slides | SlidesCollection | Returns the SlidesCollection Class providing information about presentation slides |
hasReferences | Boolean | Indicates whether the presentation contains references |
references | ReferencesCollection | Returns the ReferencesCollection Class providing the information about presentation references |
title | String | Presentation title |
duration | Number | Presentation duration in seconds |
slideWidth | Number | Presentation slide width in pixels |
slideHeight | Number | Presentation slide height in pixels |
frameRate | Number | Presentation frame rate (number of frames per second) Note: when iSpring generated presentation is loaded by another Flash movie, it always plays at its frame rate. |