1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.options
  6. /
  7. JpegRoundingMode enumeration

JpegRoundingMode enumeration

JpegRoundingMode enumeration

Specifies different JPEG rounding modes.

The JpegRoundingMode type exposes the following members:

Fields

Field Description
EXTRAPOLATE Extrapolate an 8-bit value to fit it into n bits, where n more than 1 and less 8.
TRUNCATE Truncate an 8-bit value to fit it into n bits, where n more than 1 and less 8.

See Also