Class JpegSaveOptions
Contents
[
Hide
]JpegSaveOptions class
Class representing options of saving to JPEG image(s).
public class JpegSaveOptions : ImageSaveOptions
Constructors
| Name | Description |
|---|---|
| JpegSaveOptions() | Creates new instance of options. |
Properties
| Name | Description |
|---|---|
| DeviceWritesImages { get; set; } | Gets/sets the flag that determines whether the image device will write output images. Set it to false if you are planning to write images using image device’s Result property. |
| 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
- class ImageSaveOptions
- namespace Aspose.TeX.Presentation.Image
- assembly Aspose.TeX