Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ActivationLayer Property








Gets or sets a value that identifies the layer in which the overlay shall be displayed.
Syntax
public string ActivationLayer {get; set;}
'Declaration
 
Public Property ActivationLayer As String
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As String
 
instance.ActivationLayer = value
 
value = instance.ActivationLayer
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'); 
public:
property String^ ActivationLayer {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that identifies the layer in which the overlay shall be displayed.
Remarks
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

Error processing SSI file