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

Show in webframe

ThumbnailFormat Property






Gets or sets the server available thumbnail image format.
Syntax
public ImageFormat ThumbnailFormat {get; set;}
'Declaration
 
Public Property ThumbnailFormat As ImageFormat
'Usage
 
Dim instance As SOPInstancePreCompressedFormat
Dim value As ImageFormat
 
instance.ThumbnailFormat = value
 
value = instance.ThumbnailFormat

            

            
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

See Also

Reference

SOPInstancePreCompressedFormat Class
SOPInstancePreCompressedFormat Members

Error processing SSI file