Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Web Namespace : StreamingCompression Enumeration |
public enum StreamingCompression : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum StreamingCompression Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As StreamingCompression
public enum class StreamingCompression : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | User | Use this value to manually specify the compression options. |
0x00000001 | Lossy | Use this value to retrieve compressed images. |
0x00000002 | Lossless | Use this value to retrieve images without any compression loss. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Web.StreamingCompression