java.lang.Object
com.aspose.diagram.TiffCompression
public class TiffCompression
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| Specifies no compression. | ||
static final int | RLE | |
| Specifies the RLE compression scheme. | ||
static final int | LZW | |
| Specifies the LZW compression scheme. | ||
static final int | CCITT_3 | |
| Specifies the CCITT3 compression scheme. | ||
static final int | CCITT_4 | |
| Specifies the CCITT4 compression scheme. | ||
| Field Detail |
|---|
NONE | |
public static final int NONE | |
RLE | |
public static final int RLE | |
LZW | |
public static final int LZW | |
CCITT_3 | |
public static final int CCITT_3 | |
CCITT_4 | |
public static final int CCITT_4 | |