conaito SlideShow SDK v1.6

The SlideShow type exposes the following members.

Constructors

  NameDescription
Public methodSlideShow
Constructor

Methods

  NameDescription
Public methodAddSlideFromFile(Image, TransitionEffect, Int32)
Use this method to add slides from image(BMP, JPG,PNG,GIF,TIFF are supported)
Public methodAddSlideFromFile(String, TransitionEffect, Int32)
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
Public methodAddSlideFromFile(Image, TransitionEffect, Int32, SizeMode)
Use this method to add slides from image(BMP, JPG,PNG,GIF,TIFF are supported)
Public methodAddSlideFromFile(String, TransitionEffect, Int32, SizeMode)
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
Public methodAddSlideFromFile(Image, TransitionEffect, Int32, SizeMode, RotateFlipType)
Use this method to add slides from image(BMP, JPG,PNG,GIF,TIFF are supported)
Public methodAddSlideFromFile(String, TransitionEffect, Int32, SizeMode, RotateFlipType)
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
Public methodAddSlideFromFile(Image, TransitionEffect, Int32, SizeMode, RotateFlipType, Int32, Int32)
Use this method to add slides from image (BMP, JPG,PNG,GIF,TIFF are supported)
Public methodAddSlideFromFile(String, TransitionEffect, Int32, SizeMode, RotateFlipType, Int32, Int32)
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
Public methodClearTempDirectory
Clear temp directory. Use after methods "SaveToFile", "SaveToFileAsExe" or "GetBinaryImage" if you used method"GetSlidesFromPPT"
Public methodConvertEXE2SWF
Converting EXE to SWF. SWF can be extracted in case the exe-file is Macromedia Projector only.
Public methodConvertSWF2EXE
Converting SWF to EXE. FlashPlayer.exe must be contains in assembly directory
Public methodGetAllEffects
Return all Transitions Effect as string array
Public methodGetAssemblyDirectory
Get Assembly Directory
Public methodGetBinaryImage
Returns generated Flash movie as byte array for use with ASP.NET to implement *on-the-fly*
Public methodGetLibraryVersion
Returns version of the library
Public methodGetLicenseInfo
Gets the license info.
Public methodGetRandomTransitionEffect
Returns *random* slide transition effect type
Public methodGetSlidesFromPPT
Get slides from PowerPoint file
Public methodIsLicenseValid
Determines whether [is license valid].
Public methodPause
Use this method to add pause before next slide
Public methodSaveToFile
Saves generated flash slide show to the file
Public methodSaveToFileAsExe
Saves generated flash slide show to the file as EXE
Public methodSetBackgroundColor
Use this method to set background color for the slide show
Public methodSetBackgroundImage
Use this method to set background Image for the slide show
Public methodSetBackgroundSound
This method sets background soundtrack from audio file mp3 for the generated slideshow
Public methodSetLicense
Initializes license information
Public methodStart
Starts slideshow generation with desired output movie width and height
Public methodWaitForClick
Show next slide after click on SlideShow

Properties

  NameDescription
Public propertyFPS
Property controls FPS (frames-per-second) value of generated flash slideshow
Public propertyLoopBackgroundSound
Loop background sound. Default value - true;
Public propertyNavigationPanelAlignment
Set navigation panel alignment
Public propertyNavigationPanelOffset
Set offset in pixels to Navigation Panel from bottom of slideshow
Public propertyPreloaderColor
Preloader color
Public propertyPreloaderFontColor
Preloader font color
Public propertyShowNavigationPanel
Show navigation Panel
Public propertyShowPreloader
Show SlideShow preloader
Public propertyTempDirectory
Temp directory for exporting slides to images from ppt files

See Also