Get/set the color of this font.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public virtual Color Color { get; set; }
Visual Basic
Public Overridable Property Color As Color
	Get
	Set
Visual C++
public:
virtual property Color^ Color {
	Color^ get ();
	void set (Color^ value);
}

Field Value

the color of this font

See Also