Syntax
expression.ClosePresentation()
Description
Closes the opened presentation.
Return value
none.
Example
This example converts presentation into set of Flash movies, then
closes the opened presentation and Microsoft PowerPoint.
Sub SimpleSample()
Dim fs As New FlashSpringAPI.FlashSpring
fs.OpenPresentation "c:\test.ppt"
fs.GenerateFlash "c:\presentations", "myMovie.swf", OM_SEPARATE, "Standard"
fs.ClosePresentation
fs.ClosePowerPoint
End Sub
See Also
ClosePowerPoint Method