TiffCompression
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TiffCompression extends System.Enum
Specifies what type of compression to apply when saving pages to the TIFF format.
Fields
Field | Description |
---|---|
Ccitt3 | Specifies the CCITT3 compression scheme. |
Ccitt4 | Specifies the CCITT4 compression scheme. |
Lzw | Specifies the LZW compression scheme. |
None | Specifies no compression. |
Rle | Specifies the RLE compression scheme. |
Ccitt3
public static final int Ccitt3
Specifies the CCITT3 compression scheme.
Ccitt4
public static final int Ccitt4
Specifies the CCITT4 compression scheme.
Lzw
public static final int Lzw
Specifies the LZW compression scheme.
None
public static final int None
Specifies no compression.
Rle
public static final int Rle
Specifies the RLE compression scheme.