Table of Contents
PdfColor Constructor (PdfColorSpace)

Create an instance of the PdfColor class using the given color space.

Syntax
 public PdfColor(
   PdfColorSpace cs
);

Parameters

cs
Color space object.
See Also