[]
Allows reading images from a multi-page TIFF file/stream.
public class GcTiffReader : IDisposable
Public Class GcTiffReader
Implements IDisposable
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. |
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. |
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. |