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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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