Click or drag to resize

TiffDecoder Methods

The TiffDecoder type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBestScale
Gets the most effiicient image scale stored within the codec.
Public methodGetFrameCount
Returns the number of pages in an Encoded Tiff file.
(Overrides MultiFramedImageDecoderGetFrameCount(Stream).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImageInfo(Stream)
Retreive information from a Tiff image stored in a Stream without decoding the image data.
(Overrides ImageDecoderGetImageInfo(Stream).)
Public methodGetImageInfo(Stream, Int32)
Retreive information from a Tiff image stored in a Stream without decoding the image data.
(Overrides MultiFramedImageDecoderGetImageInfo(Stream, Int32).)
Public methodStatic memberGetTiffTag(Int32, Stream, Int32)
Gets a TIFF Tag from a TIFF image stream.
Public methodStatic memberCode exampleGetTiffTag(Int32, String, Int32)
Gets a TIFF Tag from a TIFF file.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValidFormat

Returns true if the specified Stream contains an TIFF image.

(Overrides ImageDecoderIsValidFormat(Stream).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode exampleRead(Stream, ProgressEventHandler)
Decodes an image from a supplied TIFF image Stream.
(Overrides ImageDecoderRead(Stream, ProgressEventHandler).)
Public methodCode exampleRead(Stream, Int32, ProgressEventHandler)
Decodes an image from a supplied TIFF image Stream specifying a frame index.
(Overrides MultiFramedImageDecoderRead(Stream, Int32, ProgressEventHandler).)
Public methodReadRegion
Decodes a specified region of a TIFF image given a source Stream.
Public methodReadScaled
Decodes an image to a specified scale.
Public methodReadStrip
Decodes a specified strip from a TIFF image stream that is encoded with strips.
Public methodReadTile
Decodes a specified tile from a TIFF image stream that is encoded with strips.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also