public class ToImageOptions extends Object
Constructor and Description |
---|
ToImageOptions(FileType targetFileType)
Instantiates a new To image options.
|
ToImageOptions(ImageSaveOptions saveOptions)
Instantiates a new To image options.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Gets height.
|
int |
getResolution()
Gets resolution.
|
FileType |
getTargetFileType()
Gets target file type.
|
int |
getWidth()
Gets width.
|
void |
setHeight(int height)
Sets height.
|
void |
setResolution(int resolution)
Sets resolution.
|
void |
setTargetFileType(FileType targetFileType)
Sets target file type.
|
void |
setWidth(int width)
Sets width.
|
public ToImageOptions(ImageSaveOptions saveOptions)
saveOptions
- the save optionspublic ToImageOptions(FileType targetFileType)
targetFileType
- the target file typepublic FileType getTargetFileType()
public void setTargetFileType(FileType targetFileType)
targetFileType
- the target file typepublic int getResolution()
public void setResolution(int resolution)
resolution
- the resolutionpublic int getWidth()
public void setWidth(int width)
width
- the widthpublic int getHeight()
public void setHeight(int height)
height
- the heightCopyright © 2015 GroupDocs. All rights reserved.