DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / FrameCount Property



In This Topic
    FrameCount Property (DicomImage)
    In This Topic
    The number of frames contained in a multi-frame image
    Syntax
    'Declaration
     
    Public ReadOnly Property FrameCount As Integer
    'Usage
     
    Dim instance As DicomImage
    Dim value As Integer
     
    value = instance.FrameCount
    public int FrameCount {get;}
    public:
    property int FrameCount {
       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.0 or higher

    See Also