JpegOptions

JpegOptions class

Options for conversion to Jpeg file type.

public sealed class JpegOptions : ValueObject

Constructors

Name Description
JpegOptions() Initializes new instance of JpegOptions class.

Properties

Name Description
ColorMode { get; set; } Jpg color mode.
Compression { get; set; } Jpg compression method.
Quality { get; set; } Desired image quality. The value must be between 0 and 100. The default value is 100.

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also