LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

ThumbnailFormat Property






Gets or sets the server available thumbnail image format.
Syntax
[DataMemberAttribute()]
public ImageFormat ThumbnailFormat {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property ThumbnailFormat As ImageFormat
'Usage
 
Dim instance As SOPInstancePreCompressedFormat
Dim value As ImageFormat
 
instance.ThumbnailFormat = value
 
value = instance.ThumbnailFormat
[DataMemberAttribute()]
public ImageFormat ThumbnailFormat {get; set;}
DataMemberAttribute()
 get_ThumbnailFormat();
set_ThumbnailFormat(value);
[DataMemberAttribute()]
public:
property ImageFormat^ ThumbnailFormat {
   ImageFormat^ get();
   void set (    ImageFormat^ value);
}

Property Value

An ImageFormat object which contains the available thumbnails's compression information.
Remarks

The thumbnail format is the format selected by the administrator when storing the thumbnails.

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

SOPInstancePreCompressedFormat Class
SOPInstancePreCompressedFormat Members

 

 


Products | Support | Contact Us | Copyright Notices

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