Enum EmfIcmMode

Enum EmfIcmMode

Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.7.0)

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

public enum EmfIcmMode
    {
        Default,
        HighQuality,
        DraftPrint,
        MaximumCompatibility,
        MinimumSize,
        Photo,
        Preview,
        QuickPrint,
        Screen,
        Bitmap,
        MetafilePict,
        WindowsMetafile,
        EnhancedMetafile,
        VectorOnly,
        RasterOnly,
        DeviceIndependentBitmap
    }

Fields

ICM_DONE_OUTSIDEDC = 4

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

ICM_OFF = 1

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

ICM_ON = 2

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

ICM_QUERY = 3

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

 English