Image.save

Overview | Methods | This Package | All Packages

Image.save

Saves the image to the specified output stream.

Syntax

public void save( IDataStream outputStream )

Parameters

outputStream

An IDataStream object to which to save the image. This can be a file, object, or other data stream.