Class StiImageExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiImageExportSettings
- Direct Known Subclasses:
StiBitmapExportSettings,StiEmfExportSettings
Image format export settings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets type of dithering.Export formatGets image format for exported images.intGets image resolution for exported images.doubleGets image zoom factor for exported images.booleanGets value which indicates that page margins will be cut or not.booleanGets value which indicates that export engine will be create one solid file or multiple files (one file per page).voidsetCutEdges(boolean cutEdges) Sets value which indicates that page margins will be cut or not.voidsetDitheringType(StiMonochromeDitheringType ditheringType) Sets type of dithering.voidsetImageFormat(StiColorImageFormat imageFormat) Sets image format for exported images.voidsetImageResolution(int imageResolution) Sets image resolution for exported images.voidsetImageType(StiImageType imageType) voidsetImageZoom(double imageZoom) Sets image zoom factor for exported images.voidsetMultipleFiles(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
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiImageExportSettings
-
StiImageExportSettings
public StiImageExportSettings()
-
-
Method Details
-
getImageZoom
public double getImageZoom()Gets image zoom factor for exported images.- Returns:
- the imageZoom
-
setImageZoom
public void setImageZoom(double imageZoom) Sets image zoom factor for exported images.- Parameters:
imageZoom- the imageZoom to set
-
getImageResolution
public int getImageResolution()Gets image resolution for exported images.- Returns:
- the imageResolution
-
setImageResolution
public void setImageResolution(int imageResolution) Sets image resolution for exported images.- Parameters:
imageResolution- the imageResolution to set
-
isCutEdges
public boolean isCutEdges()Gets value which indicates that page margins will be cut or not.- Returns:
- the cutEdges
-
setCutEdges
public void setCutEdges(boolean cutEdges) Sets value which indicates that page margins will be cut or not.- Parameters:
cutEdges- the cutEdges to set
-
getImageFormat
Gets image format for exported images.- Returns:
- the imageFormat
-
setImageFormat
Sets image format for exported images.- Parameters:
imageFormat- the imageFormat to set
-
isMultipleFiles
public boolean isMultipleFiles()Gets value which indicates that export engine will be create one solid file or multiple files (one file per page).- Returns:
- the multipleFiles
-
setMultipleFiles
public void setMultipleFiles(boolean multipleFiles) Sets value which indicates that export engine will be create one solid file or multiple files (one file per page).- Parameters:
multipleFiles- the multipleFiles to set
-
getDitheringType
Gets type of dithering.- Returns:
- the ditheringType
-
setDitheringType
Sets type of dithering.- Parameters:
ditheringType- the ditheringType to set
-
getImageType
- Returns:
- the imageType
-
setImageType
- Parameters:
imageType- the imageType to set
-
getExportFormat
Description copied from class:StiPageRangeExportSettingsExport format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-