LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

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 StreamingCompression Compression {get; set;}
 get_Compression();
set_Compression(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.