LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Compression Property
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : Compression Property



Gets or sets the compression mode.

Syntax

Visual Basic (Declaration) 
Public Property Compression As StreamingCompression
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
Dim value As StreamingCompression
 
instance.Compression = value
 
value = instance.Compression
C# 
public StreamingCompression Compression {get; set;}
C++/CLI 
public:
property StreamingCompression Compression {
   StreamingCompression get();
   void set (    StreamingCompression value);
}

Property Value

Set this to one of the StreamingCompression enumeration values.

Example

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

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.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also