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: 11.4.0.9.0.377 (.NET 4.5.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