| SaveAsTiff(Image, Stream, Boolean) | Saves the specified image using the built-in TIFF encoder if available in the current operating system. Unlike the Save(Stream, ImageFormat) method, this one supports every PixelFormat. |
| SaveAsTiff(Image, String, Boolean) |
Saves the specified image to the specified file using the built-in TIFF encoder if available in the current operating system.
Unlike the Save(Stream, ImageFormat) method, this one supports every PixelFormat.
See the Remarks section of the SaveAsTiff(Image, Stream, Boolean) overload for details. |