Enum CompressionMode
An enum to specify the direction of transcoding - whether to compress or decompress.
Namespace: OfficeOpenXml.Packaging.Ionic.Zlib
Assembly: EPPlus.dll
Syntax
public enum CompressionModeFields
| Name | Description | 
|---|---|
| Compress | Used to specify that the stream should compress the data. | 
| Decompress | Used to specify that the stream should decompress the data. |