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

In This Topic
    ShowLabels Property (DicomImage)
    In This Topic
    Controls whether the image�s labels (annotations) are shown on screen
    Syntax
    'Declaration
     
    
    Public Property ShowLabels As System.Boolean
    public System.bool ShowLabels {get; set;}
    Remarks

    If set false, then the DicomLabel objects in the image's Labels collection are not displayed, and are not incorporated into any captured versions, but they remain present, and may be redisplayed by setting this property to true.

    Unlike other label manipulations, altering this property does cause the display to be updated to include or exclude the annotations as appropriate.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also