Aspose::Pdf::Subset enum

Subset enum

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

enum class 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