Gets or sets a value that contains user-defined comments about the overlay.
public string Description { get; set; }
Public Property Description As String
public string Description {get; set;}
@property (nonatomic, copy, nullable) NSString *description
public String getDescription()
public void setDescription(String value)
<br/>get_Description();<br/>set_Description(value);<br/>Object.defineProperty('Description');
A String that contains user-defined comments about the 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