Visual Basic (Declaration) | |
---|---|
Public Enum CompressionMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CompressionMode |
C# | |
---|---|
public enum CompressionMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
C++/CLI | |
---|---|
public enum class CompressionMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable |
Member | Description |
---|---|
Compress | Used to specify that the stream should compress the data. |
Decompress | Used to specify that the stream should decompress the data. |
System.Object
System.ValueType
System.Enum
Ionic.Zlib.CompressionMode
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family