LEADTOOLS (Leadtools assembly)

Description Property

Show in webframe







Gets or sets a value that contains user-defined comments about the overlay.
Syntax
public string Description {get; set;}
'Declaration
 
Public Property Description As String
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As String
 
instance.Description = value
 
value = instance.Description
public string Description {get; set;}
@property (nonatomic, copy) NSString* description;
public String getDescription()
public void setDescription(String value)
            
 
get_Description();
set_Description(value);
Object.defineProperty('Description');
public:
property String^ Description {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that contains user-defined comments about the 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

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

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