Enum Subset

Subset enumeration

Represents the subset of pages to which a pagination artifact can apply.

public enum Subset

Values

NameValueDescription
All0Indicates that the artifact applies to all pages.
Even1Indicates that the artifact applies only to even-numbered pages.
Odd2Indicates that the artifact applies only to odd-numbered pages.

See Also