Table of Contents

Class PdfCmykColor

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Represents a color in a CMYK color space.

public sealed class PdfCmykColor : PdfColor
Inheritance
PdfCmykColor
Inherited Members

Constructors

PdfCmykColor(PdfColorProfile, int, int, int, int)

Initializes a new instance of the PdfCmykColor class.

PdfCmykColor(int, int, int, int)

Initializes a new instance of the PdfCmykColor class.

Properties

C

Gets the cyan component value in percent.

K

Gets the key component value in percent.

M

Gets the magenta component value in percent.

Y

Gets the yellow component value in percent.

Methods

ToString()

Returns a string that represents this PdfCmykColor instance.