ITextCharacterFormat.ForegroundColor Proprietà

Definizione

Ottiene o imposta il colore in primo piano o testo.

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

Valore della proprietà

Colore di primo piano.

Si applica a