Saves the output image to the specified stream. The image format will be the specified by ImageFormat property.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

Parameters

stream
Type: System.IO..::.Stream
The Stream where the image will be saved.

See Also