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
    public DicomLabelCollection Labels {get; set;}
    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