Gets or sets a value that contains user defined text, which may be used to label or name this overlay.
public string Label { get; set; }
Public Property Label As String
public string Label {get; set;}
@property (nonatomic, copy, nullable) NSString *label
public String getLabel()
public void setLabel(String value)
<br/>get_Label();<br/>set_Label(value);<br/>Object.defineProperty('Label');
A String that contains user defined text, which may be used to label or name this overlay.
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET