| Modifier and Type | Method and Description |
|---|---|
CompressionType |
PDFOptimizer.getRecompressionType(CompressImageType type)
Get the value of the Recompression Type for a given color model.
|
static CompressionType |
CompressionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.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.setRecompressionType(CompressImageType type,
CompressionType value)
Set the value for the recompression Type for a given color model.
|