Table of Contents

Class EmfDeleteColorSpace

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_DELETECOLORSPACE record deletes a logical color space object.

public sealed class EmfDeleteColorSpace : EmfObjectManipulationRecordType
Inheritance
EmfDeleteColorSpace
Inherited Members

Remarks

An EMR_DELETEOBJECT record SHOULD be used instead of EMR_DELETECOLORSPACE to delete a logical color space object.

Constructors

EmfDeleteColorSpace(EmfRecord)

Initializes a new instance of the EmfDeleteColorSpace class.

public EmfDeleteColorSpace(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

IhCS

Gets or sets a 32-bit unsigned integer that specifies the index of a logical color space object in the EMF Object Table (section 3.1.1.1).

public int IhCS { get; set; }

Property Value

int

Remarks

This object is either a WMF LogColorSpace or LogColorSpaceW object ([MS-WMF] sections 2.2.2.11 and 2.2.2.12, respectively).