Click or drag to resize

RegisteredDecoders Methods

The RegisteredDecoders type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetDecoder
Returns an ImageDecoderthat can be used to decode the given stream.
Public methodStatic memberCode exampleGetDecoderFromType
Returns an ImageDecoder that matches a specific type.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetImageInfo(Stream)
Returns information about an encoded image file specifying a stream.
Public methodStatic memberGetImageInfo(String)
Returns information about an encoded image file specifying a filename.
Public methodStatic memberGetImageInfo(Stream, Int32)
Returns information about an encoded image file specifying a stream and frame index.
Public methodStatic memberGetImageInfo(String, Int32)
Returns information about an encoded image file specifying a filename and frame index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also