Click or drag to resize

TiffFileSave Method (Stream)

Saves the TiffFile to a 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 target
)

Parameters

target
Type: System.IOStream
The Stream to save the TiffFile to.
Remarks
The target stream must be different from the stream or filepath that was used to open the TiffFile.
Remarks
The same stream or path cannot be used to open and save a TiffFile object. To overwrite an existing TIFF, save the TIFF into a new file, then overwrite the original.
See Also