|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiImageExportSettings
public class StiImageExportSettings
Image format export settings Copyright Stimulsoft
Constructor Summary | |
---|---|
StiImageExportSettings()
|
|
StiImageExportSettings(StiExportSettings settings)
|
Method Summary | |
---|---|
StiMonochromeDitheringType |
getDitheringType()
Gets type of dithering. |
StiColorImageFormat |
getImageFormat()
Gets image format for exported images. |
int |
getImageResolution()
Gets image resolution for exported images. |
StiImageType |
getImageType()
|
double |
getImageZoom()
Gets image zoom factor for exported images. |
boolean |
isCutEdges()
Gets value which indicates that page margins will be cut or not. |
boolean |
isMultipleFiles()
Gets value which indicates that export engine will be create one solid file or multiple files (one file per page). |
void |
setCutEdges(boolean cutEdges)
Sets value which indicates that page margins will be cut or not. |
void |
setDitheringType(StiMonochromeDitheringType ditheringType)
Sets type of dithering. |
void |
setImageFormat(StiColorImageFormat imageFormat)
Sets image format for exported images. |
void |
setImageResolution(int imageResolution)
Sets image resolution for exported images. |
void |
setImageType(StiImageType imageType)
|
void |
setImageZoom(double imageZoom)
Sets image zoom factor for exported images. |
void |
setMultipleFiles(boolean multipleFiles)
Sets value which indicates that export engine will be create one solid file or multiple files (one file per page). |
Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings |
---|
getExportFormat, getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmail |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiImageExportSettings(StiExportSettings settings)
public StiImageExportSettings()
Method Detail |
---|
public double getImageZoom()
public void setImageZoom(double imageZoom)
imageZoom
- the imageZoom to setpublic int getImageResolution()
public void setImageResolution(int imageResolution)
imageResolution
- the imageResolution to setpublic boolean isCutEdges()
public void setCutEdges(boolean cutEdges)
cutEdges
- the cutEdges to setpublic StiColorImageFormat getImageFormat()
public void setImageFormat(StiColorImageFormat imageFormat)
imageFormat
- the imageFormat to setpublic boolean isMultipleFiles()
public void setMultipleFiles(boolean multipleFiles)
multipleFiles
- the multipleFiles to setpublic StiMonochromeDitheringType getDitheringType()
public void setDitheringType(StiMonochromeDitheringType ditheringType)
ditheringType
- the ditheringType to setpublic StiImageType getImageType()
public void setImageType(StiImageType imageType)
imageType
- the imageType to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |