LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ImageDescription Property

Show in webframe






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: __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

See Also

Reference

ImageItem Class
ImageItem Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.