LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Compression Property

Show in webframe



Gets or sets the compression mode.
Syntax
'Declaration
 
Public Property Compression As StreamingCompression
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As StreamingCompression
 
instance.Compression = value
 
value = instance.Compression
public StreamingCompression Compression {get; set;}
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

 

 


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