conaito SlideShow SDK v1.6
Use this method to set background Image for the slide show

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

Syntax

C#
public void SetBackgroundImage(
	string imagePath
)
Visual Basic
Public Sub SetBackgroundImage ( _
	imagePath As String _
)
Visual C++
public:
void SetBackgroundImage(
	String^ imagePath
)

Parameters

imagePath
Type: System..::..String
Path to background image

See Also