com.aspose.pdf.facades

Class BlendingColorSpace

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.facades.BlendingColorSpace


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

    Class represents blending color space.

    • 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 Auto
      The blending color space is determined automatically.
      static int DeviceCMYK
      Blending color space is set to DeviceCMYK.
      static int DeviceRGB
      Blending color space is set to DeviceRGB.
      static int DontChange
      The blending color space is not changed.
      • 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

      • DontChange

        public static final int DontChange

        The blending color space is not changed.

        See Also:
        Constant Field Values
      • Auto

        public static final int Auto

        The blending color space is determined automatically.

        See Also:
        Constant Field Values
      • DeviceRGB

        public static final int DeviceRGB

        Blending color space is set to DeviceRGB.

        See Also:
        Constant Field Values
      • DeviceCMYK

        public static final int DeviceCMYK

        Blending color space is set to DeviceCMYK.

        See Also:
        Constant Field Values