Gets or sets a value that contains a defined term that identifies the intended purpose of the overlay type.
public string Subtype { get; set; }
Public Property Subtype As String
public string Subtype {get; set;}
@property (nonatomic, copy, nullable) NSString *subtype
public String getSubtype()
public void setSubtype(String value)
<br/>get_Subtype();<br/>set_Subtype(value);<br/>Object.defineProperty('Subtype');
A String that contains a defined term that identifies the intended purpose of the overlay type.
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