JpegOptions
Class JpegOptions
Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll
Jpeg options
public class JpegOptions : ImageOptions, IDisposable
Inheritance
object ← ImageOptions ← JpegOptions
Implements
Inherited Members
ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
JpegOptions()
Initializes a new instance of the
public JpegOptions()
Properties
ColorType
Gets or sets the type of the color.
public JpegCompressionColorMode ColorType { get; set; }
Property Value
Exceptions
Unexpected option type
CompressionType
Gets or sets the type of the compression.
public JpegCompressionMode CompressionType { get; set; }
Property Value
Exceptions
Unexpected option type
Quality
Gets or sets the quality.
public int Quality { get; set; }
Property Value
Exceptions
Unexpected option type