DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / FrameList Property



    FrameList Property
    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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also