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
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Integer
     
    value = instance.CalculatedFrameCount
    public System.int CalculatedFrameCount {get;}
    public read-only property CalculatedFrameCount: System.Integer; 
    public function get CalculatedFrameCount : System.int
    public: __property System.int get_CalculatedFrameCount();
    public:
    property System.int CalculatedFrameCount {
       System.int 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