com.aspose.pdf.optimization

Class ImageCompressionVersion

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.optimization.ImageCompressionVersion


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

    Describes versions of image compression algorithm.

    • 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 Fast
      Improved algorithm faster then standard but applicable not for all cases.
      static int Mixed
      Use fast algorithm when possible and standard for other cases.
      static int Standard
      Standard algorithm.
      • 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

      • Standard

        public static final int Standard

        Standard algorithm. Default value.

        See Also:
        Constant Field Values
      • Fast

        public static final int Fast

        Improved algorithm faster then standard but applicable not for all cases.

        See Also:
        Constant Field Values
      • Mixed

        public static final int Mixed

        Use fast algorithm when possible and standard for other cases. May be slower then "Fast" but may produce better compression.

        See Also:
        Constant Field Values