LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ActivationLayer Property






Gets or sets a value that identifies the layer in which the overlay shall be displayed. .NET support Silverlight support WinRT support
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;}
 get_ActivationLayer();
set_ActivationLayer(value);
public:
property String^ ActivationLayer {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.