FrameCount Property (DicomImage)
In This Topic
The number of frames contained in a multi-frame image
Syntax
'Declaration
Public ReadOnly Property FrameCount As System.Integer
'Usage
Dim instance As DicomImage
Dim value As System.Integer
value = instance.FrameCount
public System.int FrameCount {get;}
public read-only property FrameCount: System.Integer;
public function get FrameCount : System.int
public: __property System.int get_FrameCount();
public:
property System.int FrameCount {
System.int get();
}
Property Value
The number of frames
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also