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

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

Syntax

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

Parameters

fileName
Type: System..::.String
A string that contains the name of the file to which to save the output image.

See Also