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

This enum specifies the page-quantity part of a selection rule to determine if the MasterPage is eligible for selection at this point in the page-sequence.

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

Syntax

C#
[FlagsAttribute]
public enum PageQuantity
Visual Basic
<FlagsAttribute> _
Public Enumeration PageQuantity

Members

Member nameValueDescription
One1 The MasterPage is eligible for selection if there is only one page in the page-sequence.
Multiple2 The MasterPage is eligible for selection if there are multiple (i.e. at least two) pages in the page-sequence.
Any3 The MasterPage is eligible for selection regardless of page count within the page-sequence. (this is a convenience value)

Remarks

This enum is a flags.

See Also