Changes the backgroundcolor in the default layout of the Cells added with method AddCell(string content).

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Color DefaultCellBackgroundColor { set; }
Visual Basic
Public WriteOnly Property DefaultCellBackgroundColor As Color
	Set
Visual C++
public:
property Color^ DefaultCellBackgroundColor {
	void set (Color^ value);
}

Field Value

the new color

See Also