Gets or sets a flag indicating if the footer is displayed on this PDF page

Namespace: EvoPdf
Assembly: 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