Table of Contents
PdfColor Constructor (Color)

Creates a new instance of the PdfColor class based on a Color value.

Syntax
 public PdfColor(
   Color color
);

Parameters

color
A Color value.
See Also