Link Search Menu Expand Document

ColorCMYK Class

Represents a color in a CMYK color space.
Inheritance Hierarchy
SystemObject
Bytescout.PDFColor
Bytescout.PDFDeviceColor
Bytescout.PDFColorCMYK

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class ColorCMYK : DeviceColor

The ColorCMYK type exposes the following members.

Constructors
NameDescription
Public methodColorCMYK
Initializes a new instance of the Bytescout.PDF.ColorCMYK class.
Top
Properties
NameDescription
Public propertyC
Gets the cyan component value.
Public propertyColorspace
Gets the colorspace associated with this Bytescout.PDF.ColorCMYK.
(Overrides ColorColorspace.)
Public propertyK
Gets the key component value.
Public propertyM
Gets the magenta component value.
Public propertyY
Gets the yellow component value.
Top
Methods
NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.ColorCMYK.
(Overrides ColorClone.)
Public methodEquals
Determines whether the specified Bytescout.PDF.ColorCMYK is equal to the current Bytescout.PDF.ColorCMYK.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a System.String that represents the current Bytescout.PDF.ColorCMYK.
(Overrides ObjectToString.)
Top
See Also

Reference