conaito SlideShow SDK v1.6
The SlideShow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SlideShow |
Constructor
|
Methods
Name | Description | |
---|---|---|
AddSlideFromFile(Image, TransitionEffect, Int32) |
Use this method to add slides from image(BMP, JPG,PNG,GIF,TIFF are supported)
| |
AddSlideFromFile(String, TransitionEffect, Int32) |
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
| |
AddSlideFromFile(Image, TransitionEffect, Int32, SizeMode) |
Use this method to add slides from image(BMP, JPG,PNG,GIF,TIFF are supported)
| |
AddSlideFromFile(String, TransitionEffect, Int32, SizeMode) |
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
| |
AddSlideFromFile(Image, TransitionEffect, Int32, SizeMode, RotateFlipType) |
Use this method to add slides from image(BMP, JPG,PNG,GIF,TIFF are supported)
| |
AddSlideFromFile(String, TransitionEffect, Int32, SizeMode, RotateFlipType) |
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
| |
AddSlideFromFile(Image, TransitionEffect, Int32, SizeMode, RotateFlipType, Int32, Int32) |
Use this method to add slides from image (BMP, JPG,PNG,GIF,TIFF are supported)
| |
AddSlideFromFile(String, TransitionEffect, Int32, SizeMode, RotateFlipType, Int32, Int32) |
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
| |
ClearTempDirectory |
Clear temp directory. Use after methods "SaveToFile", "SaveToFileAsExe" or "GetBinaryImage" if you used method"GetSlidesFromPPT"
| |
ConvertEXE2SWF |
Converting EXE to SWF. SWF can be extracted in case the exe-file is Macromedia Projector only.
| |
ConvertSWF2EXE |
Converting SWF to EXE. FlashPlayer.exe must be contains in assembly directory
| |
GetAllEffects |
Return all Transitions Effect as string array
| |
GetAssemblyDirectory |
Get Assembly Directory
| |
GetBinaryImage |
Returns generated Flash movie as byte array for use with ASP.NET to implement *on-the-fly*
| |
GetLibraryVersion |
Returns version of the library
| |
GetLicenseInfo |
Gets the license info.
| |
GetRandomTransitionEffect |
Returns *random* slide transition effect type
| |
GetSlidesFromPPT |
Get slides from PowerPoint file
| |
IsLicenseValid |
Determines whether [is license valid].
| |
Pause |
Use this method to add pause before next slide
| |
SaveToFile |
Saves generated flash slide show to the file
| |
SaveToFileAsExe |
Saves generated flash slide show to the file as EXE
| |
SetBackgroundColor |
Use this method to set background color for the slide show
| |
SetBackgroundImage |
Use this method to set background Image for the slide show
| |
SetBackgroundSound |
This method sets background soundtrack from audio file mp3 for the generated slideshow
| |
SetLicense |
Initializes license information
| |
Start |
Starts slideshow generation with desired output movie width and height
| |
WaitForClick |
Show next slide after click on SlideShow
|
Properties
Name | Description | |
---|---|---|
FPS |
Property controls FPS (frames-per-second) value of generated flash slideshow
| |
LoopBackgroundSound |
Loop background sound. Default value - true;
| |
NavigationPanelAlignment |
Set navigation panel alignment
| |
NavigationPanelOffset |
Set offset in pixels to Navigation Panel from bottom of slideshow
| |
PreloaderColor |
Preloader color
| |
PreloaderFontColor |
Preloader font color
| |
ShowNavigationPanel |
Show navigation Panel
| |
ShowPreloader |
Show SlideShow preloader
| |
TempDirectory |
Temp directory for exporting slides to images from ppt files
|