OoxmlCompressionType enumeration

OoxmlCompressionType enumeration

The Ooxml compression type

The OoxmlCompressionType type exposes the following members:

Fields

FieldDescription
LEVEL1The fastest but least effective compression.
LEVEL2A little slower, but better, than level 1.
LEVEL3A little slower, but better, than level 2.
LEVEL4A little slower, but better, than level 3.
LEVEL5A little slower than level 4, but with better compression.
LEVEL6A good balance of speed and compression efficiency.
LEVEL7Pretty good compression!
LEVEL8Better compression than Level7!
LEVEL9The “best” compression, where best means greatest reduction in size of the input data stream.
This is also the slowest compression.

See Also