ColorCMYK Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a color in a CMYK color space.
Inheritance Hierarchy
Bytescout.PDFColor
Bytescout.PDFDeviceColor
Bytescout.PDFColorCMYK
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The ColorCMYK type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ColorCMYK | Initializes a new instance of the Bytescout.PDF.ColorCMYK class. |
Properties
| Name | Description | |
|---|---|---|
| C | Gets the cyan component value. | |
| Colorspace | Gets the colorspace associated with this Bytescout.PDF.ColorCMYK. (Overrides ColorColorspace.) | |
| K | Gets the key component value. | |
| M | Gets the magenta component value. | |
| Y | Gets the yellow component value. |
Methods
| Name | Description | |
|---|---|---|
| Clone | Allows the creation of a shallow copy of this Bytescout.PDF.ColorCMYK. (Overrides ColorClone.) | |
| Equals | Determines whether the specified Bytescout.PDF.ColorCMYK is equal to the current Bytescout.PDF.ColorCMYK. (Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | Returns a System.String that represents the current Bytescout.PDF.ColorCMYK. (Overrides ObjectToString.) |
See Also