conaito SlideShow SDK v1.6
Assembly: Conaito.SWFSlideShow (in Conaito.SWFSlideShow.dll) Version: 1.6.0.0 (1.6.0.0)
Use this method to add slides from image files (BMP, JPG,PNG,GIF,TIFF are supported)
Namespace: Conaito.SWFSlideShowAssembly: Conaito.SWFSlideShow (in Conaito.SWFSlideShow.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
C# |
---|
public void AddSlideFromFile( string filePath, TransitionEffect effect, int durationSec, SizeMode sizeMode, RotateFlipType rotateAndFlip, int width, int height ) |
Visual Basic |
---|
Public Sub AddSlideFromFile ( _ filePath As String, _ effect As TransitionEffect, _ durationSec As Integer, _ sizeMode As SizeMode, _ rotateAndFlip As RotateFlipType, _ width As Integer, _ height As Integer _ ) |
Visual C++ |
---|
public: void AddSlideFromFile( String^ filePath, TransitionEffect effect, int durationSec, SizeMode sizeMode, RotateFlipType rotateAndFlip, int width, int height ) |
Parameters
- filePath
- Type: System..::..String
path to image file
- effect
- Type: Conaito.SWFSlideShow..::..TransitionEffect
slide transition effect
- durationSec
- Type: System..::..Int32
durations in seconds
- sizeMode
- Type: Conaito.SWFSlideShow..::..SizeMode
size mode of image
- rotateAndFlip
- Type: System.Drawing..::..RotateFlipType
rotate and flip
- width
- Type: System..::..Int32
width
- height
- Type: System..::..Int32
height