Gets a reference to an object to control the generated PDF document footer options. The footer is displayed in the generated PDF document only if the ShowFooter property is true.

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

Syntax

C#
public PdfFooterOptions PdfFooterOptions { get; }
Visual Basic
Public ReadOnly Property PdfFooterOptions As PdfFooterOptions
	Get
Visual C++
public:
property PdfFooterOptions^ PdfFooterOptions {
	PdfFooterOptions^ get ();
}

Property Value

Type: PdfFooterOptions

See Also