Click or drag to resize

DicomDecoderGetFrameCount Method

Gets the number of images stored 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 int GetFrameCount(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream to a DICOM file.

Return Value

Type: Int32
The number of images stored in the DICOM file.
See Also