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

ThumbnailsAttributes Property






Gets or sets the thumbnails compression options.
Syntax
public ImageFormat ThumbnailsAttributes {get; set;}
'Declaration
 
Public Property ThumbnailsAttributes As ImageFormat
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As ImageFormat
 
instance.ThumbnailsAttributes = value
 
value = instance.ThumbnailsAttributes
public ImageFormat ThumbnailsAttributes {get; set;}
 get_ThumbnailsAttributes();
set_ThumbnailsAttributes(value);
public:
property ImageFormat^ ThumbnailsAttributes {
   ImageFormat^ get();
   void set (    ImageFormat^ value);
}

Property Value

The ImageFormat specify the compression options for the images thumbnails streamed from the WCf service.
Remarks

This field is only used when Compression is set to StreamingCompression.User.

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

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

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