 | CompressionAlgorithmSelection Enumeration |
The strategy for recompressing images
The strategy expresses the broad goal when recompressing images.
Namespace: PdfTools.OptimizationAssembly: PdfTools (in PdfTools.dll) Version: 1.17.0+23d126d295bd5cb25c315a91f72f3e0c111acb34
Syntaxpublic enum CompressionAlgorithmSelection
Members| Member name | Value | Description |
|---|
| PreserveQuality | 1 |
The image quality is preserved as far as possible.
|
| Balanced | 2 |
A compromise between
PreserveQuality
and
Speed.
|
| Speed | 3 |
Favor fast compression time over image quality.
|
See Also