'Declaration
Public Property ShowLabels As Boolean
'Usage
Dim instance As DicomImage Dim value As Boolean instance.ShowLabels = value value = instance.ShowLabels
public bool ShowLabels {get; set;}
'Declaration
Public Property ShowLabels As Boolean
'Usage
Dim instance As DicomImage Dim value As Boolean instance.ShowLabels = value value = instance.ShowLabels
public bool ShowLabels {get; set;}
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2