DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / Labels Property



In This Topic
    Labels Property
    In This Topic
    Provides access to the DicomLabelCollection, items of which are to be displayed over an image.
    Syntax
    'Declaration
     
    
    Public Property Labels As DicomLabelCollection
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As DicomLabelCollection
     
    instance.Labels = value
     
    value = instance.Labels
    public DicomLabelCollection Labels {get; set;}
    public:
    property DicomLabelCollection^ Labels {
       DicomLabelCollection^ get();
       void set (    DicomLabelCollection^ value);
    }
    Remarks
    If ShowLabels is true, then the labels in this collection are displayed over the image. The labels are also used if the image is captured to a secondary capture image.
    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