public final class TiffCompression
extends com.aspose.ms.System.Enum
Specifies what type of compression to apply when saving pages to the TIFF format.
Modifier and Type | Field and Description |
---|---|
static int |
Ccitt3
Specifies the CCITT3 compression scheme.
|
static int |
Ccitt4
Specifies the CCITT4 compression scheme.
|
static int |
Lzw
Specifies the LZW compression scheme.
|
static int |
None
Specifies no compression.
|
static int |
Rle
Specifies the RLE compression scheme.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
Specifies no compression.
public static final int Rle
Specifies the RLE compression scheme.
public static final int Ccitt3
Specifies the CCITT3 compression scheme.
public static final int Ccitt4
Specifies the CCITT4 compression scheme.
public static final int Lzw
Specifies the LZW compression scheme.