共用方式為


ITextCharacterFormat.ForegroundColor 屬性

定義

取得或設定前景、文字、色彩。

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

屬性值

前景色彩。

適用於