Class JpegOptions

JpegOptions class

The jpeg file format create options.

public class JpegOptions : ImageOptionsBase

Constructors

NameDescription
JpegOptions()Initializes a new instance of the JpegOptions class.
JpegOptions(JpegOptions)Initializes a new instance of the JpegOptions class.

Properties

NameDescription
CancellationToken { get; set; }Token that can be used to interrupt export operation
CmykColorProfile { get; set; }The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.
ColorType { get; set; }Gets or sets the color type for jpeg image.
Comment { get; set; }Gets or sets the jpeg file comment.
CompressionType { get; set; }Gets or sets the compression type.
ExifData { get; set; }Get or set exif data container
Jfif { get; set; }Gets or sets the jfif.
Layers { get; set; }Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.
virtual Palette { get; set; }Gets or sets the color palette.
Pc3File { get; set; }Gets or sets the PC3 file full name.
Quality { get; set; }Gets or sets image quality.
RdOptSettings { get; set; }Gets or sets the RD optimizer settings.
virtual ResolutionSettings { get; set; }Gets or sets the resolution settings.
RgbColorProfile { get; set; }The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.
Rotation { get; set; }Gets or sets the parameter for rotate, flip, or rotate and flip the image..
ScaledQuality { get; }The scaled quality.
Source { get; set; }Gets or sets the source to create image in.
override TargetFormat { get; }
Timeout { get; set; }Timeout value for export operation (in milliseconds)
UserWatermarkColor { get; set; }Color for user-generated watermark
UserWatermarkText { get; set; }Text for user-generated watermark
VectorRasterizationOptions { get; set; }Gets or sets the vector rasterization options.
WatermarkGuardOptions { get; set; }Gets or sets the blind watermark options.
override XmpData { get; set; }Gets or sets the XMP metadata container.

See Also