DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / Labels Property



In This Topic
    Labels Property (DicomViewer)
    In This Topic
    Gets the collection of labels to be displayed on the images.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Labels As DicomLabelCollection
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As DicomLabelCollection
     
    value = instance.Labels
    public DicomLabelCollection Labels {get;}
    public:
    property DicomLabelCollection^ Labels {
       DicomLabelCollection^ 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