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