←Select platform

StreamingCompression Enumeration

Summary

Specifies the values for the streaming compression mode.

Syntax

C#
VB
C++
public enum StreamingCompression 
  
Public Enum StreamingCompression  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class StreamingCompression : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0UserUse this value to manually specify the compression options.
1LossyUse this value to retrieve compressed images.
2LosslessUse this value to retrieve images without any compression loss.
Example

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom.Web Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly