[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcTiffWriter

GcTiffWriter Class

Allows creating a multi-page TIFF file.

Inheritance
GcTiffWriter
Implements
Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public class GcTiffWriter : IDisposable
Public Class GcTiffWriter
    Implements IDisposable

Constructors

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.

Properties

Name Description
DefaultFrameSettings

Gets or sets the default settings for TIFF encoding.

IsDisposed

Gets a value indicating whether the GcTiffWriter has been disposed of.

Methods

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.