[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.JpegOptions

Class JpegOptions

Namespace
GrapeCity.Documents.Imaging.Windows
Assembly
GcDocs.Imaging.Windows.dll

Encoder options supported by the native JPEG codec.

public class JpegOptions : BaseOptions
Inheritance
object
JpegOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

JpegOptions()

public JpegOptions()

Properties

ImageQuality

Specifies the desired image fidelity. 0.0 indicates the lowest possible fidelity and 1.0 specifies the highest fidelity.

public float? ImageQuality { get; set; }

Property Value

float?

Remarks

The default value is 0.9.

SuppressApp0

Specifies whether to suppress the write of App0 metadata while encoding the image data.

public bool? SuppressApp0 { get; set; }

Property Value

bool?

Remarks

The default value is false.

TransformOptions

Specifies whether the image is rotated or flipped when decoded.

public WicTransformOptions? TransformOptions { get; set; }

Property Value

WicTransformOptions?

Remarks

The default value is Rotate0.