PdfColor Structure |
Namespace: RadPdf.Data.Document.Common
The PdfColor type exposes the following members.
| Name | Description | |
|---|---|---|
| IsTransparent |
Check if this color is transparent
| |
| IsVisible |
Check if this color is visible
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Get color represented as a string
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Black |
Represents a black PdfColor. This field is read-only.
| |
| Blue |
Represents a blue PdfColor. This field is read-only.
| |
| Green |
Represents a green PdfColor. This field is read-only.
| |
| Orange |
Represents a orange PdfColor. This field is read-only.
| |
| Purple |
Represents a purple PdfColor. This field is read-only.
| |
| Red |
Represents a red PdfColor. This field is read-only.
| |
| Transparent |
Represents a transparent PdfColor. This field is read-only.
| |
| White |
Represents a white PdfColor. This field is read-only.
| |
| Yellow |
Represents a yellow PdfColor. This field is read-only.
|