Packages

 

com.aspose.imaging.fileformats.emf.emf.consts

Class EmfIcmMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emf.consts.EmfIcmMode


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

    The ICMMode enumeration defines values that specify when to turn on and off ICM.

    • 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 ICM_DONE_OUTSIDEDC
      Turns off ICM in the playback device context, and turns off old-style color correction of halftones
      static int ICM_OFF
      Turns off Image Color Management (ICM) in the playback device context.
      static int ICM_ON
      Turns on ICM in the playback device context.
      static int ICM_QUERY
      Queries the current state of color management in the playback device context.
      • 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, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • ICM_OFF

        public static final int ICM_OFF

        Turns off Image Color Management (ICM) in the playback device context. Turns on old-style color correction of halftones

        See Also:
        Constant Field Values
      • ICM_ON

        public static final int ICM_ON

        Turns on ICM in the playback device context. Turns off old-style color correction of halftones.

        See Also:
        Constant Field Values
      • ICM_QUERY

        public static final int ICM_QUERY

        Queries the current state of color management in the playback device context.

        See Also:
        Constant Field Values
      • ICM_DONE_OUTSIDEDC

        public static final int ICM_DONE_OUTSIDEDC

        Turns off ICM in the playback device context, and turns off old-style color correction of halftones

        See Also:
        Constant Field Values