The background color of the header.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public Color HeaderBackColor { get; set; } |
| Visual Basic |
|---|
Public Property HeaderBackColor As Color Get Set |
| Visual C++ |
|---|
public: property Color HeaderBackColor { Color get (); void set (Color value); } |