LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Label Property






Gets or sets a value that contains user defined text, which may be used to label or name this overlay. .NET support Silverlight support WinRT support
Syntax
public string Label {get; set;}
'Declaration
 
Public Property Label As String
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As String
 
instance.Label = value
 
value = instance.Label
public string Label {get; set;}
 get_Label();
set_Label(value);
public:
property String^ Label {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that contains user defined text, which may be used to label or name this overlay.
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.