ExpertPdf Html to Pdf Converter Library
PdfColor Class
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPdfColor
ExpertPdf Html to Pdf Converter Library
Represents a PDF color
Declaration Syntax
C#Visual BasicVisual C++
public class PdfColor
Public Class PdfColor
public ref class PdfColor
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
PdfColor

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)