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

An area is used to add headers and footers to the genetated PDF document.

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

Syntax

C#
public class Area
Visual Basic (Declaration)
Public Class Area

Remarks

An area will be placed at the top or at the bottom of a page, depending on whether it is assigned to the Header of Footer property of the MasterPage class.

An area appears on a page only if the containing MasterPage was selected to create the page. See MasterPage for details.

If an area has insufficient space to render its contents, the content will be clipped.

The left and right margins of the Area are relative to the left and right margins of the document. Negative values are allowed.

Inheritance Hierarchy

System..::.Object
  TallComponents.Web..::.Area

See Also