java.lang.Object
com.aspose.cells.TiffCompression
public class TiffCompression
| Field Summary | ||
|---|---|---|
static final int | COMPRESSION_NONE | |
| Specifies no compression. | ||
static final int | COMPRESSION_RLE | |
| Specifies the RLE compression scheme. | ||
static final int | COMPRESSION_LZW | |
| Specifies the LZW compression scheme. | ||
static final int | COMPRESSION_CCITT_3 | |
| Specifies the CCITT3 compression scheme. | ||
static final int | COMPRESSION_CCITT_4 | |
| Specifies the CCITT4 compression scheme. | ||
| Field Detail |
|---|
COMPRESSION_NONE | |
public static final int COMPRESSION_NONE | |
COMPRESSION_RLE | |
public static final int COMPRESSION_RLE | |
COMPRESSION_LZW | |
public static final int COMPRESSION_LZW | |
COMPRESSION_CCITT_3 | |
public static final int COMPRESSION_CCITT_3 | |
COMPRESSION_CCITT_4 | |
public static final int COMPRESSION_CCITT_4 | |