JpegCompressionMode enumeration
Leave feedback
On this page
Specifies JPEG compression modes.
The JpegCompressionMode type exposes the following members:
| Field | Description |
|---|---|
| BASELINE | The baseline compression. |
| PROGRESSIVE | The progressive compression. |
| LOSSLESS | The lossless compression. Use this compression type carefully because
many image viewers do not support it. If you use it try assign the JpegSaveOptions.color_type property to JpegCompressionColorMode.GRAYSCALE
or JpegCompressionColorMode.RGB values. |
| JPEG_LS | The JPEG-LS compression. Use this compression type carefully because
many image viewers do not support it. If you use it try to assign the JpegSaveOptions.color_type property to JpegCompressionColorMode.GRAYSCALE
value. |
- module
groupdocs.signature.options
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.