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

Syntax

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

See Also