public final class PdfImageCompression
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
Automatically selects the most appropriate compression for each image.
|
static int |
JPEG
Jpeg compression.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String pdfImageCompressionName) |
static java.lang.String |
getName(int pdfImageCompression) |
static int[] |
getValues() |
static java.lang.String |
toString(int pdfImageCompression) |