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.EnumSpecifies what type of compression to apply when saving pages to the TIFF format.
-
-
Field Summary
Fields Modifier and Type Field Description static intCcitt3Specifies the CCITT3 compression scheme.static intCcitt4Specifies the CCITT4 compression scheme.static intLzwSpecifies the LZW compression scheme.static intNoneSpecifies no compression.static intRleSpecifies 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
-
-