JpegOptions

Class JpegOptions

Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll

Jpeg options

public class JpegOptions : ImageOptions, IDisposable

Inheritance

object ← ImageOptions ← JpegOptions

Implements

IDisposable

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 class.

public JpegOptions()

Properties

ColorType

Gets or sets the type of the color.

public JpegCompressionColorMode ColorType { get; set; }

Property Value

JpegCompressionColorMode

Exceptions

Exception

Unexpected option type

CompressionType

Gets or sets the type of the compression.

public JpegCompressionMode CompressionType { get; set; }

Property Value

JpegCompressionMode

Exceptions

Exception

Unexpected option type

Quality

Gets or sets the quality.

public int Quality { get; set; }

Property Value

int

Exceptions

Exception

Unexpected option type