PDFCmykColorSpace¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a device CMYK colorspace.
Inheritance Object → PDFColorSpace → PDFCmykColorSpace
Constructors¶
PDFCmykColorSpace()¶
Initializes a new PDFCmykColorSpace object.
Properties¶
ColorComponentCount¶
Gets the number of components used by a color in this colorspace.
Property Value
CosObject¶
Gets the raw colorspace object.
Property Value
Type¶
Gets the colorspace type.
Property Value
PDFColorSpaceType
A PDFColorSpaceType that represents the colorspace type.
Methods¶
Equals(Object)¶
Determines whether the specified Object is equal to the current Object.
Parameters
obj Object
The Object to compare with the current Object.
Returns
Boolean
true if the specified Object is equal to the current Object; otherwise, false.
GetHashCode()¶
Gets the object has code.
Returns
Int32
The object hash code.