Specify the values for the streaming compression mode.
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Enum StreamingCompression 
   Inherits Enum  | 
 
| C# |   | 
|---|
public enum StreamingCompression : Enum   | 
 
| C++/CLI |   | 
|---|
public enum class StreamingCompression : public Enum   | 
 
 
            
Members
            
            
Example
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
            
            
            
            
Inheritance Hierarchy
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also