Table of Contents
PdfColor Constructor (Single, Single, Single, Single)

Creates a new instance of the PdfColor class using CMYK values.

Syntax
 public PdfColor(
   float cyan,
   float magenta,
   float yellow,
   float black
);

Parameters

cyan
Cyan value ranging from 0 to 1..
magenta
Magenta value ranging from 0 to 1..
yellow
Yellow value ranging from 0 to 1..
black
Black value ranging from 0 to 1.
See Also