[]
Gets or sets the HTML template for the page footer.
This should be a valid HTML markup that may include the following special classes used to inject print values:
For example, "<span class='title'></span>" would generate a span containing the document title.
public string FooterTemplate { get; set; }
Public Property FooterTemplate As String