LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Thumbnail Property (SeriesInformation)

Show in webframe






Gets or sets a representative thumbnail image for the series
Syntax
public Image Thumbnail {get; set;}
'Declaration
 
Public Property Thumbnail As Image
'Usage
 
Dim instance As SeriesInformation
Dim value As Image
 
instance.Thumbnail = value
 
value = instance.Thumbnail

            

            
public: __property Image* get_Thumbnail();
public: __property void set_Thumbnail( 
   Image* value
);
public:
property Image* Thumbnail {
   Image* get();
   void set (    Image* value);
}

Property Value

Type: System.Drawing.Image A representative thumbnail System.Drawing.Image for the series
Requirements

Target Platforms

See Also

Reference

SeriesInformation Class
SeriesInformation Members

 

 


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