Pdf |
The PdfColor type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfColor(Color) | Creates a color based on a .NET Color structure | |
| PdfColor(Single) | Creates a Grayscale color based on gray level | |
| PdfColor(Byte, Byte, Byte) | Creates a color based on RGB values. | |
| PdfColor(Single, Single, Single, Single) | Creates a color based on GMYK values. |
| Name | Description | |
|---|---|---|
| Blue | Gets or sets the Blue value of this PDF color. | |
| Cyan | Gets or sets Cyan value. | |
| Empty | The null color. | |
| Gray | Gets or sets Gray level. | |
| Green | Gets or sets the Green value of this PDF color. | |
| Key | Gets or sets Black value. | |
| Magenta | Gets sets Magenta value. | |
| Red | Gets or sets the Red of this PDF color. | |
| Yellow | Gets sets Yellow chanel value. |
| Name | Description | |
|---|---|---|
| (Color to PdfColor) | Implicit operator to convert a .NET Color structure a PDF color. | |
| (PdfColor to Color) | Implicit operator to convert a PDF color to a .NET Color structure. |