com.aspose.pdf.devices

Class CompressionType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.devices.CompressionType


  • public final class CompressionType
    extends com.aspose.ms.System.Enum

    Used to specify the parameter value passed to a Tiff image device.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • LZW

        public static final int LZW

        Specifies the LZW compression scheme. Can be passed to the Tiff encoder as a parameter that belongs to the Compression category.

        See Also:
        Constant Field Values
      • CCITT4

        public static final int CCITT4

        Specifies the CCITT4 compression scheme. Can be passed to the CCITT4 encoder as a parameter that belongs to the Compression category.

        See Also:
        Constant Field Values
      • CCITT3

        public static final int CCITT3

        Specifies the CCITT3 compression scheme. Can be passed to the CCITT3 encoder as a parameter that belongs to the Compression category.

        See Also:
        Constant Field Values
      • RLE

        public static final int RLE

        Specifies the RLE compression scheme. Can be passed to the RLE encoder as a parameter that belongs to the Compression category.

        See Also:
        Constant Field Values
      • None

        public static final int None

        Specifies no compression. Can be passed to the Tiff encoder as a parameter that belongs to the compression category.

        See Also:
        Constant Field Values