[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcTiffReader

GcTiffReader Class

Allows reading images from a multi-page TIFF file/stream.

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

Constructors

Name Description
GcTiffReader(Stream, bool, int)

Initializes a new instance of GcTiffReader class and assigns the input stream.

GcTiffReader(string, int)

Initializes a new instance of GcTiffReader class and assigns the input file.

Properties

Name Description
FilePath

If possible, gets full path to the associated TIFF file.

Frames

Gets the list of frames in the associated TIFF file.

Check the value of IsValid property before reading an image from TiffFrame.

IsDisposed

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

OwnStream

Gets a value indicating if the associated stream should be closed when the GcTiffReader is disposed.

Stream

Gets the Stream associated with GcTiffReader.

StreamStartPosition

Gets the start position in the associated Stream.

Methods

Name Description
ApplyLicenseKey(string)

Applies a license key to an instance of GcTiffReader.

Dispose()

Clean up any resources being used.

Dispose(bool)

Performs cleanup operations on managed and unmanaged resources.