[This is preliminary documentation and is subject to change.]

Get or set the header that is displayed at the top of each page.

Namespace: TallComponents.Web
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

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

Remarks

Default valus is nullNothingnullptra null reference (Nothing in Visual Basic), meaning that no header is used.

If the margins of the header itself are all zero, then the box in which the header is rendered extends from the left margin of the page to the right margin of the page and from the top edge of the page to the top margin of the page. Margins of the header itself are relative to this box.

Content outside this box will be clipped.

See Also