ImageSaveOptions
Contents
[
Hide
]ImageSaveOptions class
Inherits: Aspose::Tasks::Saving::SaveOptions
Allows to specify additional options when rendering project pages to images.
Constructors
| Name | Description |
|---|---|
| ImageSaveOptions | Initializes a new instance of the ImageSaveOptions class which can be used to save rendered images in TIFF, PNG, BMP or JPEG formats. |
Methods
| Name | Description |
|---|---|
| get_FontSettings | Specifies font settings used when rendering project’s view. |
| get_HorizontalResolution | Gets the horizontal resolution in dpi. |
| get_JpegQuality | Gets a JPEG quality. The allowed value range is 0..100. |
| get_Pages | Gets a list of page numbers to save when saving project layout to separate files. |
| get_PageSavingCallback | Gets a user-defined callback which is used to get an output stream for each rendered page. |
| get_PixelFormat | Gets the format of the color data for each pixel in the image. |
| get_ReduceFooterGap | Gets a value indicating whether a gap between last task and the footer must be reduced. |
| get_TiffCompression | Gets the type of compression to apply when saving generated images to the TIFF format. |
| get_VerticalResolution | Gets the vertical resolution in dpi. |
| set_HorizontalResolution | Sets the horizontal resolution in dpi. |
| set_JpegQuality | Sets a JPEG quality. The allowed value range is 0..100. |
| set_Pages | Sets a list of page numbers to save when saving project layout to separate files. |
| set_PageSavingCallback | Sets a user-defined callback which is used to get an output stream for each rendered page. |
| set_PixelFormat | Sets the format of the color data for each pixel in the image. |
| set_ReduceFooterGap | Sets a value indicating whether a gap between last task and the footer must be reduced. |
| set_TiffCompression | Sets the type of compression to apply when saving generated images to the TIFF format. |
| set_VerticalResolution | Sets the vertical resolution in dpi. |