List of Frames you want to display the DicomLabel on. Empty FrameList is default value and it means display on all
frames.
public System.Collections.Generic.List<int> FrameList {get;}
public read-only property FrameList: System.Collections.Generic.List;
public function get FrameList : System.Collections.Generic.List
public: __property System.Collections.Generic.List<int>* get_FrameList();
public:
property System.Collections.Generic.List<int>^ FrameList {
System.Collections.Generic.List<int>^ get();
}
'Declaration
Public ReadOnly Property FrameList As System.Collections.Generic.List(Of Integer)
'Usage
Dim instance As DicomLabel
Dim value As System.Collections.Generic.List(Of Integer)
value = instance.FrameList
Target Platforms: .NET CLR 4.8 or higher