TiffDecoder Methods |
The TiffDecoder type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBestScale | Gets the most effiicient image scale stored within the codec. | |
| GetFrameCount | Returns the number of pages in an Encoded Tiff file. (Overrides MultiFramedImageDecoderGetFrameCount(Stream).) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetImageInfo(Stream) | Retreive information from a Tiff image stored in a Stream without decoding the image data. (Overrides ImageDecoderGetImageInfo(Stream).) | |
| GetImageInfo(Stream, Int32) | Retreive information from a Tiff image stored in a Stream without decoding the image data. (Overrides MultiFramedImageDecoderGetImageInfo(Stream, Int32).) | |
| GetTiffTag(Int32, Stream, Int32) | Gets a TIFF Tag from a TIFF image stream. | |
| GetTiffTag(Int32, String, Int32) | Gets a TIFF Tag from a TIFF file. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValidFormat | Returns true if the specified Stream contains an TIFF image. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Read(Stream, ProgressEventHandler) | Decodes an image from a supplied TIFF image Stream. (Overrides ImageDecoderRead(Stream, ProgressEventHandler).) | |
| Read(Stream, Int32, ProgressEventHandler) | Decodes an image from a supplied TIFF image Stream specifying a frame index. (Overrides MultiFramedImageDecoderRead(Stream, Int32, ProgressEventHandler).) | |
| ReadRegion | Decodes a specified region of a TIFF image given a source Stream. | |
| ReadScaled |
Decodes an image to a specified scale.
| |
| ReadStrip | Decodes a specified strip from a TIFF image stream that is encoded with strips. | |
| ReadTile | Decodes a specified tile from a TIFF image stream that is encoded with strips. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |