Aspose::Pdf::Subset enum
Subset enum
Represents the subset of pages to which a pagination artifact can apply.
enum class Subset
Values
| Name | Value | Description |
|---|---|---|
| All | 0 | Indicates that the artifact applies to all pages. |
| Even | 1 | Indicates that the artifact applies only to even-numbered pages. |
| Odd | 2 | Indicates that the artifact applies only to odd-numbered pages. |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++