public class ToImageOptions extends Object
See: PdfDocument.toImages(String, String, ToImageOptions) and PdfDocument.toBufferedImages(ToImageOptions options)
| Constructor and Description |
|---|
ToImageOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDpi()
Gets dpi.
|
Integer |
getImageMaxHeight()
Gets image max height.
|
Integer |
getImageMaxWidth()
Gets image max width.
|
void |
setDpi(int dpi)
Sets dpi.
|
void |
setImageMaxHeight(Integer imageMaxHeight)
Sets image max height.
|
void |
setImageMaxWidth(Integer imageMaxWidth)
Sets image max width.
|
public int getDpi()
public void setDpi(int dpi)
dpi - the dpipublic Integer getImageMaxHeight()
public void setImageMaxHeight(Integer imageMaxHeight)
imageMaxHeight - the image max heightpublic Integer getImageMaxWidth()
public void setImageMaxWidth(Integer imageMaxWidth)
imageMaxWidth - the image max widthCopyright © 2022–2023 Iron Software. All rights reserved.