Table of Contents

Class JpegOptions

Namespace
Aspose.CAD.ImageOptions
Assembly
Aspose.CAD.dll

The jpeg file format create options.

public class JpegOptions : ImageOptionsBase
Inheritance
JpegOptions
Inherited Members

Constructors

JpegOptions()

Initializes a new instance of the JpegOptions class.

JpegOptions(JpegOptions)

Initializes a new instance of the JpegOptions class.

Properties

CmykColorProfile

The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.

ColorType

Gets or sets the color type for jpeg image.

Comment

Gets or sets the jpeg file comment.

CompressionType

Gets or sets the compression type.

ExifData

Get or set exif data container

Jfif

Gets or sets the jfif.

Quality

Gets or sets image quality.

RdOptSettings

Gets or sets the RD optimizer settings.

RgbColorProfile

The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.

ScaledQuality

The scaled quality.

TargetFormat
XmpData

Gets or sets the XMP metadata container.