Saves layers, selection and some other parameters like Zoom and Scroll position.

Look also LoadState method.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SaveState(
	Stream stream
)
Public Sub SaveState ( _
	stream As Stream _
)
public:
void SaveState(
	Stream^ stream
)

Parameters

stream
Stream
Output stream.

See Also