LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ImageDescription Property







Gets or set a System.String that represents the description of the image.
Syntax
public string ImageDescription {get; set;}
'Declaration
 
Public Property ImageDescription As String
'Usage
 
Dim instance As ImageItem
Dim value As String
 
instance.ImageDescription = value
 
value = instance.ImageDescription
public string ImageDescription {get; set;}
 get_ImageDescription();
set_ImageDescription(value);
public: __property string* get_ImageDescription();
public: __property void set_ImageDescription( 
   string* value
);
public:
property string* ImageDescription {
   string* get();
   void set (    string* value);
}

Property Value

A System.String that represents the description of the image.
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

ImageItem Class
ImageItem Members

 

 


Products | Support | Contact Us | Copyright Notices

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