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)
Syntaxpublic override int GetFrameCount(
Stream stream
)
Public Overrides Function GetFrameCount (
stream As Stream
) As Integer
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