Loads images, caches, texts and thumbnails size from the specified stream or file, saved using SaveSnapshot.

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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool LoadSnapshot(
	string fileName
)
Public Function LoadSnapshot ( _
	fileName As String _
) As Boolean
public:
bool LoadSnapshot(
	String^ fileName
)

Parameters

fileName
String
The input file name.

Return Value

Return true on successful.

See Also