Gets or sets a value that indicates whether this overlay represents a region of interest or other graphics.
public string Type { get; set; }
Public Property Type As String
public string Type {get; set;}
@property (nonatomic, copy, nullable) NSString *type
public String getType()
public void setType(String value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
A String that indicates whether this overlay represents a region of interest or other graphics.
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