public class StiImageExportSettings extends StiPageRangeExportSettings
| Constructor and Description |
|---|
StiImageExportSettings() |
StiImageExportSettings(StiExportSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
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).
|
getExportFormat, getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailpublic StiImageExportSettings(StiExportSettings settings)
public StiImageExportSettings()
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 setCopyright © 2019 Stimulsoft. All Rights Reserved.