Jpeg |
The settings for JPEG output images
JPEG images use a lossy compression algorithm that provides a high compression ratio. It is best suited for photographs and content with little or no text.
For the output file name, it is recommended to use the file extension ".jpg".
public class JpegImageOptions : ImageOptions
The JpegImageOptions type exposes the following members.
Name | Description | |
---|---|---|
JpegImageOptions |
Name | Description | |
---|---|---|
ColorSpace | The color space of the output image Get or set the color space of the image. If , the blending color space of the page is used. Default: Rgb | |
JpegQuality | The JPEG quality factor Get or set the JPEG compression quality. Valid values are 1, or 100, or in between. Default: 85 |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |