CompressionLevel
CompressionLevel enumeration
Specifies ZIP compression levels for OpenXML file. Higher levels provide better compression at the cost of slower processing.
public enum CompressionLevel
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No compression is applied. Files are stored as-is. |
| Level1 | 1 | Fastest compression with the lowest compression ratio. |
| Level2 | 2 | Faster compression with slightly better compression ratio than Level1. |
| Level3 | 3 | Provides better compression than Level2 with moderate performance impact. |
| Level4 | 4 | Provides better compression than Level3. |
| Level5 | 5 | Provides improved compression over Level4 with additional processing time. |
| Level6 | 6 | Standard compression, offering a good balance between compression speed and file size. The default compression level. |
| Level7 | 7 | Provides higher compression than Level6 with slower processing. |
| Level8 | 8 | Provides higher compression than Level7. |
| Level9 | 9 | Maximum compression. Produces the smallest file size with the slowest processing speed. |
See Also
- namespace Aspose.Slides.Export
- assembly Aspose.Slides