public class DownsampleOptions
extends java.lang.Object
To learn more, visit the Save a Document documentation article.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDownsampleImages()
Specifies whether images should be downsampled.
|
int |
getResolution()
Specifies the resolution in pixels per inch which the images should be downsampled to.
|
int |
getResolutionThreshold()
Specifies the threshold resolution in pixels per inch.
|
void |
setDownsampleImages(boolean value)
Specifies whether images should be downsampled.
|
void |
setResolution(int value)
Specifies the resolution in pixels per inch which the images should be downsampled to.
|
void |
setResolutionThreshold(int value)
Specifies the threshold resolution in pixels per inch.
|
public boolean getDownsampleImages()
true.boolean value.public void setDownsampleImages(boolean value)
true.value - The corresponding boolean value.public int getResolution()
int value.public void setResolution(int value)
value - The corresponding int value.public int getResolutionThreshold()
int value.public void setResolutionThreshold(int value)
value - The corresponding int value.