Get or set a fixed area at the top of each odd 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 Header OddHeader { get; set; }
Visual Basic
Public Property OddHeader As Header
	Get
	Set

Remarks

No header will be rendered if the TopMargin is 0 or too small to fit the header contents. If the OddHeader has not been specified the generic is returned.

See Also