Package com.aspose.tasks
Class TiffCompression
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.TiffCompression
-
public final class TiffCompression extends com.aspose.ms.System.Enum
Specifies what type of compression to apply when saving pages to the TIFF format.
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
None
public static final int None
Specifies no compression.
- See Also:
- Constant Field Values
-
Rle
public static final int Rle
Specifies the RLE compression scheme.
- See Also:
- Constant Field Values
-
Ccitt3
public static final int Ccitt3
Specifies the CCITT3 compression scheme.
- See Also:
- Constant Field Values
-
Ccitt4
public static final int Ccitt4
Specifies the CCITT4 compression scheme.
- See Also:
- Constant Field Values
-
Lzw
public static final int Lzw
Specifies the LZW compression scheme.
- See Also:
- Constant Field Values
-
-