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

The selection rule determines whether of MasterPage is selected as the template of a new page.

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

Syntax

C#
public class SelectionRule
Visual Basic
Public Class SelectionRule

Remarks

All sub-rules PagePosition, PageQuantity and PageOddEven must match a given page in order to select a MasterPage as the template of a page.

Inheritance Hierarchy

System..::..Object
  TallComponents.Web..::..SelectionRule

See Also