Get or set a fixed area at the bottom of each page of this section.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Footer Footer { get; set; }
Visual Basic
Public Property Footer As Footer
	Get
	Set

Remarks

No footer will be rendered if the BottomMargin is 0 or too small to fit the footer contents. Rendering for odd or even pages can be overridden by specifically setting the OddFooter and/or EvenFooter.

See Also