HiQPdf Documentation

PdfColor Class

HiQPdf Client for .NET Core
The PDF color class
Inheritance Hierarchy

SystemObject
  HiQPdfClientPdfColor

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public class PdfColor

The PdfColor type exposes the following members.

Constructors

  NameDescription
Public methodPdfColor
Constructs a PDF color with the given RGB components as integer values between 0 and 255
Top
Properties

  NameDescription
Public propertyStatic memberAliceBlue
The Alice Blue color
Public propertyStatic memberAntiqueWhite
The Antique White color
Public propertyB
The blue component of the color in RGB color model
Public propertyStatic memberBeige
The Beige color
Public propertyStatic memberBlack
The Black color
Public propertyStatic memberBlue
The Blue color
Public propertyStatic memberCoral
The Coral color
Public propertyStatic memberDarkGreen
The Dark Green color
Public propertyStatic memberEmpty
The empty color
Public propertyG
The green component of the color in RGB color model
Public propertyStatic memberGray
The Gray color
Public propertyStatic memberGreen
The Green color
Public propertyStatic memberIndigo
The Indigo color
Public propertyStatic memberLightBlue
The Light Blue color
Public propertyStatic memberLightCyan
The Light Cyan color
Public propertyStatic memberLightGray
The Light Gray color
Public propertyStatic memberLightGreen
The Light Green color
Public propertyStatic memberLightSalmon
The Light Salmon color
Public propertyStatic memberMistyRose
The Misty Rose color
Public propertyStatic memberNavy
The Navy color
Public propertyStatic memberOrange
The Orange color
Public propertyStatic memberOrangeRed
The Orange Red color
Public propertyStatic memberPink
The Pink color
Public propertyStatic memberPurple
The Purple color
Public propertyR
The red component of the color in RGB color model
Public propertyStatic memberRed
The Red color
Public propertyStatic memberViolet
The Violet color
Public propertyStatic memberWhite
The White color
Public propertyStatic memberWhiteSmoke
The White Smoke color
Public propertyStatic memberYellow
The Yellow color
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference