Click or drag to resize

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: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public override ImageInfo GetImageInfo(
	Stream stream
)

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