public class ImageOptions extends RenderOptions
| Constructor | Description |
|---|---|
ImageOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
ImageOptions |
extractText(Boolean extractText) |
|
Boolean |
getExtractText() |
When enabled Viewer will extract text when it's possible (e.g.
|
Integer |
getHeight() |
Allows to specify output image height.
|
Integer |
getJpegQuality() |
Allows to specify quality when rendering as JPG.
|
Integer |
getMaxHeight() |
Max height of an output image in pixels
|
Integer |
getMaxWidth() |
Max width of an output image in pixels
|
Integer |
getWidth() |
Allows to specify output image width.
|
int |
hashCode() |
|
ImageOptions |
height(Integer height) |
|
ImageOptions |
jpegQuality(Integer jpegQuality) |
|
ImageOptions |
maxHeight(Integer maxHeight) |
|
ImageOptions |
maxWidth(Integer maxWidth) |
|
void |
setExtractText(Boolean extractText) |
|
void |
setHeight(Integer height) |
|
void |
setJpegQuality(Integer jpegQuality) |
|
void |
setMaxHeight(Integer maxHeight) |
|
void |
setMaxWidth(Integer maxWidth) |
|
void |
setWidth(Integer width) |
|
String |
toString() |
|
ImageOptions |
width(Integer width) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPageRotationsItem, addPagesToRenderItem, archiveOptions, cadOptions, countPagesToRender, defaultEncoding, defaultFontName, detectEncoding, emailOptions, getArchiveOptions, getCadOptions, getCountPagesToRender, getDefaultEncoding, getDefaultFontName, getDetectEncoding, getEmailOptions, getMailStorageOptions, getOutlookOptions, getPageRotations, getPagesToRender, getPdfDocumentOptions, getProjectManagementOptions, getRenderComments, getRenderHiddenPages, getRenderNotes, getSpreadsheetOptions, getStartPageNumber, getTextOptions, getVisioRenderingOptions, getWebDocumentOptions, getWordProcessingOptions, mailStorageOptions, outlookOptions, pageRotations, pagesToRender, pdfDocumentOptions, projectManagementOptions, renderComments, renderHiddenPages, renderNotes, setArchiveOptions, setCadOptions, setCountPagesToRender, setDefaultEncoding, setDefaultFontName, setDetectEncoding, setEmailOptions, setMailStorageOptions, setOutlookOptions, setPageRotations, setPagesToRender, setPdfDocumentOptions, setProjectManagementOptions, setRenderComments, setRenderHiddenPages, setRenderNotes, setSpreadsheetOptions, setStartPageNumber, setTextOptions, setVisioRenderingOptions, setWebDocumentOptions, setWordProcessingOptions, spreadsheetOptions, startPageNumber, textOptions, visioRenderingOptions, webDocumentOptions, wordProcessingOptionspublic ImageOptions width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public ImageOptions height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public ImageOptions extractText(Boolean extractText)
public Boolean getExtractText()
public void setExtractText(Boolean extractText)
public ImageOptions jpegQuality(Integer jpegQuality)
public Integer getJpegQuality()
public void setJpegQuality(Integer jpegQuality)
public ImageOptions maxWidth(Integer maxWidth)
public Integer getMaxWidth()
public void setMaxWidth(Integer maxWidth)
public ImageOptions maxHeight(Integer maxHeight)
public Integer getMaxHeight()
public void setMaxHeight(Integer maxHeight)
public boolean equals(Object o)
equals in class RenderOptionspublic int hashCode()
hashCode in class RenderOptionspublic String toString()
toString in class RenderOptionsCopyright © 2025. All rights reserved.