PowerPoint to Flash converter

Settings Property

Description

Returns Settings Object which provides you access to performance and content options.

Type

Settings Object

Example

Sub Sample()
   Dim fs As New FlashSpringAPI.FlashSpring
   fs.OpenPresentation "c:\test.ppt"
   fs.Settings.CpuLimit = 80
   fs.Settings.Media.ExportVideo = True
   fs.GenerateFlash "c:\presentations", "QuickTour.swf", OM_SOLID
   fs.ClosePresentation
   fs.ClosePowerPoint
End Sub

  Copyright © 2004-2008 iSpring Solutions, Inc.