[]
Allows creating a multi-page TIFF file.
public class GcTiffWriter : IDisposable
Public Class GcTiffWriter
Implements IDisposable
Name | Description |
---|---|
GcTiffWriter(Stream, bool, bool) | Initializes a new instance of GcTiffWriter class and sets the output stream. |
GcTiffWriter(string, bool) | Initializes a new instance of GcTiffWriter class and sets the output file. |
Name | Description |
---|---|
DefaultFrameSettings | Gets or sets the default settings for TIFF encoding. |
IsDisposed | Gets a value indicating whether the GcTiffWriter has been disposed of. |
Name | Description |
---|---|
AppendFrame(BilevelBitmap, TiffFrameSettings) | Writes the specified BilevelBitmap to the output stream as the next frame. |
AppendFrame(GcBitmap, TiffFrameSettings) | Writes the specified GcBitmap to the output stream as the next frame. |
AppendFrame(GrayscaleBitmap, TiffFrameSettings) | Writes the specified GrayscaleBitmap to the output stream as the next frame. |
AppendFrame(Indexed4bppBitmap, TiffFrameSettings) | Writes the specified Indexed4bppBitmap to the output stream as the next frame. |
AppendFrame(Indexed8bppBitmap, TiffFrameSettings) | Writes the specified Indexed8bppBitmap to the output stream as the next frame. |
Dispose() | Clean up any resources being used. |
Dispose(bool) | Performs cleanup operations on managed and unmanaged resources. |