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



Specify the values for the streaming compression mode.

Syntax

Visual Basic (Declaration) 
Public Enum StreamingCompression 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As StreamingCompression
C# 
public enum StreamingCompression : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class StreamingCompression : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
LosslessUse this value to retrieve images without any compression loss.
LossyUse this value to retrieve compressed images.
UserUse this value to manually specify the compression options.

Example

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Web.StreamingCompression

Requirements

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

See Also