| Modifier and Type | Method and Description |
|---|---|
static OptimizerOption |
OptimizerOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptimizerOption[] |
OptimizerOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PDFOptimizer.getOption(OptimizerOption option)
Get the value of a single Optimizer Option.
|
void |
PDFOptimizer.setOption(OptimizerOption option,
boolean value)
Set the value of a single Optimizer option.
|