Gets or sets a value that identifies the layer in which the overlay shall be displayed.
public string ActivationLayer { get; set; }
Public Property ActivationLayer As String
public string ActivationLayer {get; set;}
@property (nonatomic, copy, nullable) NSString *activationLayer
public String getActivationLayer()
public void setActivationLayer(String value)
<br/>get_ActivationLayer();<br/>set_ActivationLayer(value);<br/>Object.defineProperty('ActivationLayer');
A String that identifies the layer in which the overlay shall be displayed.
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