conaito SlideShow SDK v1.6
Use this method to add slides from image (BMP, JPG,PNG,GIF,TIFF are supported)

Namespace: Conaito.SWFSlideShow
Assembly: Conaito.SWFSlideShow (in Conaito.SWFSlideShow.dll) Version: 1.6.0.0 (1.6.0.0)

Syntax

C#
public void AddSlideFromFile(
	Image image,
	TransitionEffect effect,
	int durationSec,
	SizeMode sizeMode,
	RotateFlipType rotateAndFlip,
	int width,
	int height
)
Visual Basic
Public Sub AddSlideFromFile ( _
	image As Image, _
	effect As TransitionEffect, _
	durationSec As Integer, _
	sizeMode As SizeMode, _
	rotateAndFlip As RotateFlipType, _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
void AddSlideFromFile(
	Image^ image, 
	TransitionEffect effect, 
	int durationSec, 
	SizeMode sizeMode, 
	RotateFlipType rotateAndFlip, 
	int width, 
	int height
)

Parameters

image
Type: System.Drawing..::..Image
image
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

See Also