[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.JpegOptions

JpegOptions Class

Options to control the JPEG encoding.

Inheritance
JpegOptions
Namespace: GrapeCity.Documents.Imaging.Skia
Assembly: DS.Documents.Imaging.Skia.dll
Syntax
public class JpegOptions
Public Class JpegOptions

Constructors

Name Description
JpegOptions()

Properties

Name Description
AlphaOption

Gets or sets the value to control how alpha is handled. JPEGs must be opaque, so this instructs the encoder on how to handle input images with alpha. The default value is Ignore.

Downsample

Gets or sets the downsampling factor for the U and V components. The default value is Downsample420.

Quality

Gets or sets the quality of the encoding in the range 0 to 100. The default value is 95.