Changes the grayfill 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 float DefaultCellGrayFill { set; }
Visual Basic
Public WriteOnly Property DefaultCellGrayFill As Single
	Set
Visual C++
public:
property float DefaultCellGrayFill {
	void set (float value);
}

Field Value

the new value

See Also