conaito SlideShow SDK v1.6
Starts slideshow generation with desired output movie width and height

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

Syntax

C#
public void Start(
	int width,
	int height
)
Visual Basic
Public Sub Start ( _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
void Start(
	int width, 
	int height
)

Parameters

width
Type: System..::..Int32
SlideShow width
height
Type: System..::..Int32
SlideShow height

See Also