Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / JpegOptions Class
Properties

In This Topic
    JpegOptions Class Members
    In This Topic

    The following tables list the members exposed by JpegOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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 JpegAlphaOption.Ignore.  
    Public PropertyGets or sets the downsampling factor for the U and V components. The default value is JpegDownsample.Downsample420.  
    Public PropertyGets or sets the quality of the encoding in the range 0 to 100. The default value is 95.  
    Top
    See Also