This class encapsulates the options to control the appearance of the footer in the rendered PDF document. The PdfConverter class exposes a a reference to an object of this type in PdfFooterOptions property. If the ShowFooter property of the PdfDocumentOptions object exposed exposed by the PdfDocumentOptions property is false, the footer options have no efect.

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

Syntax

C#
public class PdfFooterOptions
Visual Basic
Public Class PdfFooterOptions
Visual C++
public ref class PdfFooterOptions

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfFooterOptions

See Also