Represents the default PDF document footer template. This footer is automatically considered when calculating the available space for rendering in a PDF page. This template is automatically docked to the bottom of the PDF page.

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

Syntax

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

Property Value

Type: Template

See Also