EmfDeleteColorSpace
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfObjectManipulationRecordType
public final class EmfDeleteColorSpace extends EmfObjectManipulationRecordType
The EMR_DELETECOLORSPACE record deletes a logical color space object.
An EMR_DELETEOBJECT record SHOULD be used instead of EMR_DELETECOLORSPACE to delete a logical color space object.
Constructors
Constructor | Description |
---|---|
EmfDeleteColorSpace(EmfRecord source) | Initializes a new instance of the EmfDeleteColorSpace class. |
Methods
Method | Description |
---|---|
getIhCS() | 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). |
setIhCS(int value) | 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). |
EmfDeleteColorSpace(EmfRecord source)
public EmfDeleteColorSpace(EmfRecord source)
Initializes a new instance of the EmfDeleteColorSpace
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
getIhCS()
public int getIhCS()
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).
This object is either a WMF LogColorSpace or LogColorSpaceW object ([MS-WMF] sections 2.2.2.11 and 2.2.2.12, respectively).
Returns: int
setIhCS(int value)
public void setIhCS(int value)
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).
This object is either a WMF LogColorSpace or LogColorSpaceW object ([MS-WMF] sections 2.2.2.11 and 2.2.2.12, respectively).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |