![]() | |
PdfColor Class |
Namespace: SelectPdf
The PdfColor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfColor(Color) |
Creates a pdf color based on a .NET system color.
|
![]() | PdfColor(Single) |
Creates a Gray-scale color based on a gray level.
|
![]() | PdfColor(Byte, Byte, Byte) |
Creates a pdf color based on RGB values.
|
![]() | PdfColor(Single, Single, Single, Single) |
Creates a pdf color based on GMYK values.
|
Name | Description | |
---|---|---|
![]() | Blue |
Gets or sets the Blue value of this pdf color.
|
![]() | Cyan |
Gets or sets the Cyan value of this pdf color.
|
![]() ![]() | Empty |
An empty color.
|
![]() | Gray |
Gets or sets the Gray level of this pdf color.
|
![]() | Green |
Gets or sets the Green value of this pdf color.
|
![]() | Key |
Gets or sets the Key value of this pdf color.
|
![]() | Magenta |
Gets or sets the Magenta value of this pdf color.
|
![]() | Red |
Gets or sets the Red value of this pdf color.
|
![]() | Yellow |
Gets or sets the Yellow value of this pdf color.
|
Name | Description | |
---|---|---|
![]() ![]() | (Color to PdfColor) |
Implicit operator to convert a .NET system color to a pdf color.
|
![]() ![]() | (PdfColor to Color) |
Implicit operator to convert a pdf color to a .NET system color.
|