Class EmfDeleteColorSpace
Contents
[
Hide
]EmfDeleteColorSpace class
The EMR_DELETECOLORSPACE record deletes a logical color space object.
public sealed class EmfDeleteColorSpace : EmfObjectManipulationRecordType
Constructors
Name | Description |
---|---|
EmfDeleteColorSpace(EmfRecord) | Initializes a new instance of the EmfDeleteColorSpace class. |
Properties
Name | Description |
---|---|
IhCS { get; set; } | 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). |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
Remarks
An EMR_DELETEOBJECT record SHOULD be used instead of EMR_DELETECOLORSPACE to delete a logical color space object.
See Also
- class EmfObjectManipulationRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging