Represents a PDF color
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public class PdfColor
Public Class PdfColor
public ref class PdfColor
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | 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.
             | 
|  | Blue | 
            Gets or sets the Blue value of this PDF color.
             | 
|  | Cyan | 
            Gets or sets Cyan value.
             | 
|   | Empty | 
            The null color.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Gray | 
            Gets or sets Gray level.
             | 
|  | Green | 
            Gets or sets the Green value of this PDF color.
             | 
|   | ImplicitWideningImplicitImplicitImplicit(Color to PdfColor) | 
            Implicit operator to convert a .NET Color structure a PDF color.
             | 
|   | ImplicitWideningImplicitImplicitImplicit(PdfColor to Color) | 
            Implicit operator to convert a PDF color to a .NET Color structure.
             | 
|  | Key | 
            Gets or sets Black value.
             | 
|  | Magenta | 
            Gets sets Magenta value.
             | 
|  | MemberwiseClone()()()() | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | Red | 
            Gets or sets the Red of this PDF color.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Yellow | 
            Gets  sets Yellow chanel value.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PdfColor | 
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)

