Click or drag to resize

TiffDocumentSave Method (Stream)

Saves the contents of this TiffDocument into a new stream.

Namespace:  Atalasoft.Imaging.Codec.Tiff
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	Stream outputStream
)

Parameters

outputStream
Type: System.IOStream
The stream where the file will be saved. The outputStream object may not be the source of one or more of the TiffDocument's TiffPage objects. This condition will cause TiffDocument to throw an ArgumentException. The outputStream may not be null.
See Also