DicomDecoderGetImageInfo Method (Stream) |
Gets an ImageInfo object representing information about the first image in a DICOM file.
Namespace:
Atalasoft.Imaging.Codec.Dicom
Assembly:
Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public override ImageInfo GetImageInfo(
Stream stream
)
Public Overrides Function GetImageInfo (
stream As Stream
) As ImageInfo
Parameters
- stream
- Type: System.IOStream
A stream to a DICOM file.
Return Value
Type:
ImageInfo An ImageInfo object with the information about the first page in the file.
See Also