Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

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:
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

Error processing SSI file