EVO HTML to PDF Converter

DocumentFooter Property

EVO PDF Client for .NET Documentation
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. You can add a document footer with AddFooterTemplate(Single) method.

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public Template Footer { get; }

Property Value

Type: Template
See Also

Reference