Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PdfSettings Class / FooterTemplate Property

In This Topic
    FooterTemplate Property (PdfSettings)
    In This Topic
    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:

    • formatted print date
    • document title
    • document location
    • current page number
    • total pages in the document

    For example, "<span class='title'></span>" would generate a span containing the document title.

    Syntax
    'Declaration
     
    Public Property FooterTemplate As System.String
    public System.string FooterTemplate {get; set;}
    See Also