Click or drag to resize

DicomDatasetFrameCount Property

Returns the total number of frames in the DicomDataset object.

Namespace:  Atalasoft.Imaging.Codec.Dicom
Assembly:  Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public int FrameCount { get; }

Property Value

Type: Int32
A non-negative integer representing the number of images in the dataset.
See Also