DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / FrameList Property

In This Topic
    FrameList Property
    In This Topic
    List of Frames you want to display the DicomLabel on. Empty FrameList is default value and it means display on all frames.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FrameList As System.Collections.Generic.List(Of Integer)
    public System.Collections.Generic.List<int> FrameList {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also