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

A MasterPage is used as a template for a new page that is added during converion. It provides page properties such as the page size, margins, header and footer. Whether a master page is selected as the template of a new page is determined by the SelectionRule property and the properties of the new page.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  TallComponents.Web..::.MasterPage

See Also