CalculatedFrameCount Property
The number of frames recalculated for this image. This would trigger recalculation for frame count especially for video data
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();
}
'Declaration
Public ReadOnly Property CalculatedFrameCount As System.Integer
'Usage
Dim instance As DicomImage
Dim value As System.Integer
value = instance.CalculatedFrameCount
Property Value
The number of frames
Target Platforms: .NET CLR 4.8 or higher