conaito SlideShow SDK v1.6
Saves generated flash slide show to the file

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

Syntax

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

Parameters

swfFilePath
Type: System..::..String
path to swf file

See Also