MultiPage property



The presentation to contain one or more pages.

Syntax

Set:     Presentation.setMultiPage(isMulti)
Get: isMulti = Presentation.getMultiPage()

Applies to

Presentation object.

Data type

boolean. true if the presentation is to contain more than one page. false otherwise.

See Also
multiPage PARAM tag
getPageCount method
gotoPage method
getCurrentPageNumber method