SampleImageListSave Method

CVB.Net Documentation
Save the current contents of the image list to a file.

Namespace:  Stemmer.Cvb.Manto
Assembly:  Stemmer.Cvb.Manto (in Stemmer.Cvb.Manto.dll) Version: 14.0.0.0
Syntax

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
file to which to save
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the image list has already been disposed
ArgumentNullExceptionIf the fileName parameter is null
IOExceptionIf saving the image list failed
See Also

Reference