| Modifier and Type | Method and Description |
|---|---|
static CompressImageType |
CompressImageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressImageType[] |
CompressImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompressQuality |
PDFOptimizer.getCompressionQuality(CompressImageType type)
Get the value of the Compression Quality for a given color model.
|
int |
PDFOptimizer.getMaxResolution(CompressImageType type)
Get the value of the Max DPI for a given color model.
|
CompressionType |
PDFOptimizer.getRecompressionType(CompressImageType type)
Get the value of the Recompression Type for a given color model.
|
int |
PDFOptimizer.getResampleToResolution(CompressImageType type)
Get the value of the Resample To DPI for a given color model.
|
void |
PDFOptimizer.setCompressionQuality(CompressImageType type,
CompressQuality value)
Set the value for the Compression Quality for a given color model.
|
void |
PDFOptimizer.setMaxResolution(CompressImageType type,
int value)
Set the value for the Max DPI for a given color model.
|
void |
PDFOptimizer.setRecompressionType(CompressImageType type,
CompressionType value)
Set the value for the recompression Type for a given color model.
|
void |
PDFOptimizer.setResampleToResolution(CompressImageType type,
int value)
Set the value for the Resample To DPI for a given color model.
|