ITextCharacterFormat.ForegroundColor Property

Definition

Gets or sets the foreground, or text, color.

public:
 property Color ForegroundColor { Color get(); void set(Color value); };
Color ForegroundColor();

void ForegroundColor(Color value);
public Color ForegroundColor { get; set; }
var color = iTextCharacterFormat.foregroundColor;
iTextCharacterFormat.foregroundColor = color;
Public Property ForegroundColor As Color

Property Value

The foreground color.

Applies to