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
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also