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). |
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.