| Modifier and Type | Method and Description |
|---|---|
CompressQuality |
PDFOptimizer.getCompressionQuality(CompressImageType type)
Get the value of the Compression Quality for a given color model.
|
static CompressQuality |
CompressQuality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressQuality[] |
CompressQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFOptimizer.setCompressionQuality(CompressImageType type,
CompressQuality value)
Set the value for the Compression Quality for a given color model.
|