Class TiffSaveOptions
Contents
[
Hide
]TiffSaveOptions class
Class representing options of saving to TIFF image(s).
public class TiffSaveOptions : ImageSaveOptions
Constructors
Name | Description |
---|---|
TiffSaveOptions() | Creates new instance of options. |
Properties
Name | Description |
---|---|
Compression { get; set; } | Gets/sets the TIFF compression scheme. |
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. |
Multipage { get; set; } | Gets/sets the flag that defines if multiple images should be saved in a single multipage TIFF file. |
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