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

This enum specifies the odd-even 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 PageOddEven
Visual Basic
<FlagsAttribute> _
Public Enumeration PageOddEven

Members

Member nameValueDescription
Odd1 The MasterPage is eligible for selection if the page-number is odd.
Even2 The MasterPage is eligible for selection if the page-number is even.
Any3 The MasterPage is eligible for selection regardless of whether the page-number is odd or even. (this is a convenience value)

Remarks

This enum is a flags.

See Also