Method SaveAsTiffBytes
SaveAsTiffBytes()
Saves the image as TIFF to a byte array without writing to disk.
public byte[] SaveAsTiffBytes()
Returns
- byte[]
A byte array containing the TIFF-encoded image data.
Exceptions
- ObjectDisposedException
Thrown if this instance has been disposed.
- InvalidOperationException
Thrown if encoding fails.