Saves all images, caches, texts and thumbnails size in the specified stream or file.

This is useful to create caching mechanism like Windows .db files, to load quickly an entire directory of images.

You can reload a saved snapshot using LoadSnapshot.

It is like SaveSnapshot with saveCache=true and compressed=false.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

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

Parameters

fileName
String

See Also