DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / CalculatedFrameCount Property

In This Topic
    CalculatedFrameCount Property
    In This Topic
    The number of frames recalculated for this image. This would trigger recalculation for frame count especially for video data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CalculatedFrameCount As System.Integer
    public System.int CalculatedFrameCount {get;}

    Property Value

    The number of frames
    Remarks

    The actual frame displayed is controlled by the image's Frame property.

    If the image does not contain a frame count, a value of 1 is returned.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also