public class ImageSaveOptions extends SaveOptions
Allows to specify additional options when rendering project pages to images.
Constructor and Description |
---|
ImageSaveOptions(int saveFormat)
Initializes a new instance of this class that can be used to save rendered images in the
SaveFileFormatTiff format. |
Modifier and Type | Method and Description |
---|---|
IRenderParam |
getRenderParam()
Rendering params (for compliance with obsolete Project.Export method).
|
int |
getTiffCompression()
Gets or sets the type of compression to apply when saving generated images to the TIFF format.
|
void |
setRenderParam(IRenderParam value) |
void |
setTiffCompression(int value) |
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getStartDate, getTextStyles, getTimescale, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setStartDate, setTextStyles, setTimescale, setView
public ImageSaveOptions(int saveFormat)
Initializes a new instance of this class that can be used to save rendered images in the
SaveFileFormatTiff
format.
saveFormat
- Can be SaveFileFormatTiff
.public int getTiffCompression()
Gets or sets the type of compression to apply when saving generated images to the TIFF format.
TiffCompressionLzw
.
public void setTiffCompression(int value)
public IRenderParam getRenderParam()
Rendering params (for compliance with obsolete Project.Export method).
public void setRenderParam(IRenderParam value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.