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

Show in webframe

Compression Property






Gets or sets the compression mode.
Syntax
public StreamingCompression Compression {get; set;}
'Declaration
 
Public Property Compression As StreamingCompression
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As StreamingCompression
 
instance.Compression = value
 
value = instance.Compression

            

            
public:
property StreamingCompression Compression {
   StreamingCompression get();
   void set (    StreamingCompression value);
}

Property Value

Set this to one of the StreamingCompression enumeration values.
Remarks

If this field is set to StreamingCompression.Lossy or StreamingCompression.Lossless the MedicalWebViewerLoader will get the compression options defined by the administrator to stream the DICOM images and thumbnails.

Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

Error processing SSI file