PowerPoint to Flash converter

Presentation Property

Description

Returns Presentation Object which provides you access to presentation dimensions, audio and slide settings.

Type

Presentation Object

Example

Sub Sample()
   Dim fs As New FlashSpringAPI.FlashSpring
   fs.OpenPresentation "c:\test.ppt"
   fs.Presentation.Title = "FlashSpring Quick Tour"
   fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
   fs.ClosePresentation
   fs.ClosePowerPoint
End Sub

  Copyright © 2004-2008 iSpring Solutions, Inc.