DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Labels Property






In This Topic
    Labels Property (DicomImage)
    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 read-write property Labels: DicomLabelCollection; 
    public function get,set Labels : DicomLabelCollection
    public: __property DicomLabelCollection* get_Labels();
    public: __property void set_Labels( 
       DicomLabelCollection* value
    );
    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.8 or higher

    See Also