Gets or sets a flag indicating if the header is displayed on this PDF page
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool ShowHeader { get; set; } |
| Visual Basic |
|---|
Public Property ShowHeader As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ShowHeader { bool get (); void set (bool value); } |