ImageSaveOptions

ImageSaveOptions class

Inherits: Aspose::Tasks::Saving::SaveOptions

Allows to specify additional options when rendering project pages to images.

Constructors

NameDescription
ImageSaveOptionsInitializes a new instance of the ImageSaveOptions class which can be used to save rendered images in TIFF, PNG, BMP or JPEG formats.

Methods

NameDescription
get_FontSettingsSpecifies font settings used when rendering project’s view.
get_HorizontalResolutionGets the horizontal resolution in dpi.
get_JpegQualityGets a JPEG quality. The allowed value range is 0..100.
get_PagesGets a list of page numbers to save when saving project layout to separate files.
get_PageSavingCallbackGets a user-defined callback which is used to get an output stream for each rendered page.
get_PixelFormatGets the format of the color data for each pixel in the image.
get_ReduceFooterGapGets a value indicating whether a gap between last task and the footer must be reduced.
get_TiffCompressionGets the type of compression to apply when saving generated images to the TIFF format.
get_VerticalResolutionGets the vertical resolution in dpi.
set_HorizontalResolutionSets the horizontal resolution in dpi.
set_JpegQualitySets a JPEG quality. The allowed value range is 0..100.
set_PagesSets a list of page numbers to save when saving project layout to separate files.
set_PageSavingCallbackSets a user-defined callback which is used to get an output stream for each rendered page.
set_PixelFormatSets the format of the color data for each pixel in the image.
set_ReduceFooterGapSets a value indicating whether a gap between last task and the footer must be reduced.
set_TiffCompressionSets the type of compression to apply when saving generated images to the TIFF format.
set_VerticalResolutionSets the vertical resolution in dpi.