This property controls the whether the footer appears or not in the PDF document generated by the HTML to PDF converter.
The footer properties can be further customized by setting the properties of object exposed by the
PdfFooterOptions property of the
PdfConverter class.
The default value of this property is false.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool ShowFooter { get; set; } |
| Visual Basic |
|---|
Public Property ShowFooter As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool ShowFooter {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also