LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

ThumbnailsAttributes Property

Show in webframe



Gets or sets the thumbnails compression options.
Syntax
'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;}
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

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


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