DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Labels Property



    Labels Property
    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
    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