Gets or sets the compression mode.
public StreamingCompression Compression { get; set; }
Public Property Compression As Leadtools.Dicom.Web.StreamingCompression
public:
property Leadtools.Dicom.Web.StreamingCompression Compression {
Leadtools.Dicom.Web.StreamingCompression get();
void set ( Leadtools.Dicom.Web.StreamingCompression );
}
Set this to one of the StreamingCompression enumeration values.
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.
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET