DicomDecoder Methods |
The DicomDecoder type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Dispose(Boolean) | ||
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.) | |
GetDefaultResolution | ||
GetFrameCount | Gets the number of images stored in a DICOM file. (Overrides MultiFramedImageDecoderGetFrameCount(Stream).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImageInfo(Stream) | Gets an ImageInfo object representing information about the first image in a DICOM file. (Overrides ImageDecoderGetImageInfo(Stream).) | |
GetImageInfo(Stream, Int32) | Gets an ImageInfo object representing information about a specific image in a DICOM file. (Overrides MultiFramedImageDecoderGetImageInfo(Stream, Int32).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidFormat | This method will determine if a stream is DICOM file. (Overrides ImageDecoderIsValidFormat(Stream).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Read(Stream, ProgressEventHandler) | This method will decode the first image from a DICOM file. (Overrides ImageDecoderRead(Stream, ProgressEventHandler).) | |
Read(Stream, Int32, ProgressEventHandler) | This method will decode a single image from a DICOM file. (Overrides MultiFramedImageDecoderRead(Stream, Int32, ProgressEventHandler).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |