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

Thumbnail Property (ListViewStudiesInformation)







Gets or sets the thumbnail image of the ListViewSeriesInformation item.
Syntax
public Image Thumbnail {get; set;}
'Declaration
 
Public Property Thumbnail As Image
'Usage
 
Dim instance As ListViewStudiesInformation
Dim value As Image
 
instance.Thumbnail = value
 
value = instance.Thumbnail
public Image Thumbnail {get; set;}
 get_Thumbnail();
set_Thumbnail(value);
public: __property Image* get_Thumbnail();
public: __property void set_Thumbnail( 
   Image* value
);
public:
property Image* Thumbnail {
   Image* get();
   void set (    Image* value);
}

Property Value

An System.Drawing.Image object that represents the thumbnail image of the ListViewSeriesInformation item.
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

ListViewStudiesInformation Class
ListViewStudiesInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

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