Class StiImageExportSettings

Direct Known Subclasses:
StiBitmapExportSettings, StiEmfExportSettings

public class StiImageExportSettings extends StiPageRangeExportSettings
Image format export settings Copyright Stimulsoft
  • Constructor Details

    • StiImageExportSettings

      public StiImageExportSettings(StiExportSettings settings)
    • 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

      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
    • getExportFormat

      public StiExportFormat getExportFormat()
      Description copied from class: StiPageRangeExportSettings
      Export format
      Overrides:
      getExportFormat in class StiPageRangeExportSettings
      Returns:
      the exportFormat