ITextCharacterFormat.BackgroundColor Property

Definition

Gets or sets the text background (highlight) color.

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

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

Property Value

The text background color.

Applies to