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)
Syntaxpublic int FrameCount { get; }Public ReadOnly Property FrameCount As Integer
Get
Property Value
Type:
Int32 A non-negative integer representing the number of images in the dataset.
See Also