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

Returns the selection rule that determines whether this master page is selected as the template of a given new page.

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

Syntax

C#
public SelectionRule SelectionRule { get; }
Visual Basic
Public ReadOnly Property SelectionRule As SelectionRule
	Get

Remarks

The default selection rule matches any page.

See Also