DicomObjects.NetStandard 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 List(Of Integer)
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As List(Of Integer)
     
    value = instance.FrameList
    public List<int> FrameList {get;}
    public:
    property List<int>^ FrameList {
       List<int>^ get();
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also