Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfSpotColor : PdfColor
Public NotInheritable Class PdfSpotColor Inherits PdfColor
The PdfSpotColor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfSpotColor |
Initializes a new instance of the PdfSpotColor class.
|
Name | Description | |
---|---|---|
![]() | ColorProfile |
Gets the ICC color profile associated with this PdfColor.
(Inherited from PdfColor.) |
![]() | ColorSpace |
Gets the underlying color space of this spot color.
|
![]() | Components |
Gets the collection of this spot color components (also known as colorants, or tints).
|
Name | Description | |
---|---|---|
![]() | Darken |
Darkens the current PdfColor by the specified percentage.
(Inherited from PdfColor.) |
![]() | Equals |
Determines whether the specified Object is
equal to this instance.
(Inherited from PdfColor.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from PdfColor.) |
![]() | GetType | (Inherited from Object.) |
![]() | Lighten |
Lightens the current PdfColor by the specified percentage.
(Inherited from PdfColor.) |
![]() | ToCmyk |
Converts this PdfColor to CMYK.
(Inherited from PdfColor.) |
![]() | ToRgb |
Converts this PdfColor to RGB.
(Inherited from PdfColor.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |