public class ImageSaveOptions extends SaveOptions
This class contains options necessary for managing conversion process.
Constructor and Description |
---|
ImageSaveOptions()
Initialize new instance of
ImageSaveOptions class with default values for flags suppressErrors (true) and
debug (false). |
ImageSaveOptions(boolean supressErrors)
Initialize new instance of
ImageSaveOptions class with default values for flag debug (false). |
Modifier and Type | Method and Description |
---|---|
float |
getResolution()
Returns the resolution of the resulting image.
|
void |
setResolution(float resolution)
Specifies resolution of resulting image.
|
getAdditionalFontsFolders, getExceptions, getJpegQualityLevel, isDebug, isSupressErrors, setAdditionalFontsFolders, setDebug, setJpegQualityLevel, setSupressErrors
public ImageSaveOptions()
Initialize new instance of ImageSaveOptions
class with default values for flags suppressErrors
(true) and
debug
(false).
public ImageSaveOptions(boolean supressErrors)
Initialize new instance of ImageSaveOptions
class with default values for flag debug
(false).
supressErrors
- If true conversion will be continued despite of non-critical errors.Copyright © 2022 Aspose. All Rights Reserved.