FontColor Class
Class representing color of the text.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.FacadesFontColor

Namespace: Aspose.Pdf.Facades
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class FontColor

The FontColor type exposes the following members.

Constructors
  NameDescription
Public methodFontColor
Initializes color.
Public methodFontColor(Int32, Int32, Int32)
Initializes color with specified color components.
Properties
  NameDescription
Public propertyBlue
Blue component of color.
Public propertyGreen
Green component of color.
Public propertyRed
Red component of color.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also