Click or drag to resize

TiffFileSave Method (String)

Saves the TiffFile to a file path.

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(
	string path
)

Parameters

path
Type: SystemString
The file path to save the TiffFile to.
Remarks
The target stream must be different from the stream or filepath that was used to open the TiffFile.
See Also