The background color of the footer.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Color

See Also