DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also