[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcWicTiffReader

GcWicTiffReader Class

Allows reading images from a multipage TIFF file/stream.

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

Constructors

Name Description
GcWicTiffReader(Stream, bool, int, ImagingFactory)

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

GcWicTiffReader(string, int, ImagingFactory)

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

Properties

Name Description
FilePath

If possible, gets the file name of the associated .tiff file.

Frames

Gets the list of frames in the associated TIFF file/stream.

OwnStream

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

OwnWicFactory

Gets or sets a value indicating if the WicFactory should be disposed together with the GcWicTiffReader class.

Stream

Gets the Stream associated with GcWicTiffReader.

StreamStartPosition

Gets the start position in the associated Stream.

WicFactory

Gets an instance of the GrapeCity.Documents.DX.WIC.ImagingFactory class.

Methods

Name Description
ApplyLicenseKey(string)

Applies a license key to an instance of GcWicTiffReader.

Dispose()

Clean up any resources being used.

Dispose(bool)

Performs cleanup operations on managed and unmanaged resources.