public class ImageOptions extends RenderOptions
Provides options for rendering documents as image.
RENDER_COMMENTS_DEFAULT
Constructor and Description |
---|
ImageOptions()
Initialize new instance of image options
|
Modifier and Type | Method and Description |
---|---|
int |
getConvertImageFileType()
The type of image file, default is PNG.
|
String |
getFileExtension()
Gets extension for ConvertFileType.
|
int |
getHeight()
The image height.
|
int |
getWidth()
The image width.
|
void |
setConvertImageFileType(int value)
The type of image file, default is PNG.
|
void |
setHeight(int value)
The image height.
|
void |
setWidth(int value)
The image width.
|
getCadOptions, getCellsOptions, getCountPagesToRender, getDiagramOptions, getEmailOptions, getJpegQuality, getPageNumber, getPageNumbersToRender, getPassword, getPdfOptions, getRenderComments, getTransformations, getWatermark, getWordsOptions, setCadOptions, setCellsOptions, setCountPagesToRender, setDiagramOptions, setEmailOptions, setJpegQuality, setPageNumber, setPageNumbersToRender, setPassword, setPdfOptions, setRenderComments, setTransformations, setWatermark, setWordsOptions
public int getConvertImageFileType()
The type of image file, default is PNG.
public void setConvertImageFileType(int value)
The type of image file, default is PNG.
The following example demonstrates how to get image representations of document in the specified file format.value
- a int.public int getWidth()
The image width.
public void setWidth(int value)
The image width.
The following example demonstrates how to set the width of an image representations of the document in pixels.value
- a int.public int getHeight()
The image height.
public void setHeight(int value)
The image height.
The following example demonstrates how to set the height of an image representations of the document in pixels.value
- a int.Copyright © 2018. All rights reserved.