Saves all printing preview dialog parameters to stream.

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

Syntax

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

Parameters

stream
Stream
The output stream.

See Also