Method SaveAsTiff
SaveAsTiff(string)
Saves the image in TIFF format to the specified file path. Uses LZW compression automatically.
public bool SaveAsTiff(string filePath)
Parameters
filePathstringThe file path to save the image to.
Returns
- bool
True if the image was saved successfully; otherwise, false.
Exceptions
- ObjectDisposedException
Thrown if this instance has been disposed.