[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.WebAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Odd | 1 | The MasterPage is eligible for selection if the page-number is odd. | |
| Even | 2 | The MasterPage is eligible for selection if the page-number is even. | |
| Any | 3 | 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.