| Visual Basic (Declaration) | |
|---|---|
Public Enum StreamingCompression Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As StreamingCompression | |
| C# | |
|---|---|
public enum StreamingCompression : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class StreamingCompression : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Lossless | Use this value to retrieve images without any compression loss. |
| Lossy | Use this value to retrieve compressed images. |
| User | Use this value to manually specify the compression options. |
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Web.StreamingCompression
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code