ITextCharacterFormat.BackgroundColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.