Class JpegSaveOptions

JpegSaveOptions class

Class representing options of saving to JPEG image(s).

public class JpegSaveOptions : ImageSaveOptions

Constructors

NameDescription
JpegSaveOptions()Creates new instance of options.

Properties

NameDescription
DeviceWritesImages { get; set; }Gets/sets the flag that determines whether the image device will write output images. Set it to
InterpolationMode { get; set; }Gets/sets the interpolation mode.
RasterizeFormulas { get; set; }Gets/sets the flag that allows to rasterize math formulas.
RasterizeIncludedGraphics { get; set; }Gets/sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
Resolution { get; set; }Gets/sets the image resolution.
SmoothingMode { get; set; }Gets/sets the smoothing mode.
SubsetFonts { get; set; }Gets/sets the flag indicating whether to subset fonts in output file or not.

See Also