com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class ColorSpace

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


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

    The color spaces enumeration.

    • 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 DeviceCMYK
      The device-dependent CMYK color space.
      static int DeviceGray
      The device-dependent gray color space.
      static int DeviceRGB
      The device-dependent RGB color space.
      • 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

      • DeviceRGB

        public static final int DeviceRGB

        The device-dependent RGB color space.

        See Also:
        Constant Field Values
      • DeviceCMYK

        public static final int DeviceCMYK

        The device-dependent CMYK color space.

        See Also:
        Constant Field Values
      • DeviceGray

        public static final int DeviceGray

        The device-dependent gray color space.

        See Also:
        Constant Field Values