public final class CompressionLevel
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
BestCompression
The "best" compression, where best means greatest reduction in size of the input data stream.
|
static int |
BestSpeed
The fastest but least effective compression.
|
static int |
Default
The default compression level, with a good balance of speed and compression efficiency.
|
static int |
Level0
Same as None.
|
static int |
Level1
A synonym for BestSpeed.
|
static int |
Level2
A little slower, but better, than level 1.
|
static int |
Level3
A little slower, but better, than level 2.
|
static int |
Level4
A little slower, but better, than level 3.
|
static int |
Level5
A little slower than level 4, but with better compression.
|
static int |
Level6
A synonym for Default.
|
static int |
Level7
Pretty good compression!
|
static int |
Level8
Better compression than Level7!
|
static int |
Level9
A synonym for BestCompression.
|
static int |
None
None means that the data will be simply stored, with no change at all.
|
public static final int None
None means that the data will be simply stored, with no change at all.
public static final int Level0
Same as None.
public static final int BestSpeed
The fastest but least effective compression.
public static final int Level1
A synonym for BestSpeed.
public static final int Level2
A little slower, but better, than level 1.
public static final int Level3
A little slower, but better, than level 2.
public static final int Level4
A little slower, but better, than level 3.
public static final int Level5
A little slower than level 4, but with better compression.
public static final int Default
The default compression level, with a good balance of speed and compression efficiency.
public static final int Level6
A synonym for Default.
public static final int Level7
Pretty good compression!
public static final int Level8
Better compression than Level7!
public static final int BestCompression
The "best" compression, where best means greatest reduction in size of the input data stream. This is also the slowest compression.
public static final int Level9
A synonym for BestCompression.
Copyright © 2016 Aspose. All Rights Reserved.