java.lang.Object
com.aspose.words.PdfImageCompression
public class PdfImageCompression
| Field Summary | ||
|---|---|---|
static final int | AUTO | |
| Automatically selects the most appropriate compression for each image. | ||
static final int | JPEG | |
| Jpeg compression. Does not support transparency. | ||
| Field Detail |
|---|
AUTO = 0 | |
public static final int AUTO | |
JPEG = 1 | |
public static final int JPEG | |