com.stimulsoft.report.export.settings
Class StiImageExportSettings

java.lang.Object
  extended by com.stimulsoft.report.export.settings.StiExportSettings
      extended by com.stimulsoft.report.export.settings.StiPageRangeExportSettings
          extended by com.stimulsoft.report.export.settings.StiImageExportSettings
Direct Known Subclasses:
StiBitmapExportSettings, StiEmfExportSettings

public class StiImageExportSettings
extends StiPageRangeExportSettings

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

StiImageExportSettings

public StiImageExportSettings(StiExportSettings settings)

StiImageExportSettings

public StiImageExportSettings()
Method Detail

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

public StiColorImageFormat getImageFormat()
Gets image format for exported images.

Returns:
the imageFormat

setImageFormat

public void setImageFormat(StiColorImageFormat imageFormat)
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

public StiMonochromeDitheringType getDitheringType()
Gets type of dithering.

Returns:
the ditheringType

setDitheringType

public void setDitheringType(StiMonochromeDitheringType ditheringType)
Sets type of dithering.

Parameters:
ditheringType - the ditheringType to set

getImageType

public StiImageType getImageType()
Returns:
the imageType

setImageType

public void setImageType(StiImageType imageType)
Parameters:
imageType - the imageType to set