Aspose::Pdf::PaginationArtifact class
Contents
[
Hide
]PaginationArtifact class
Represents an abstract base class for pagination artifacts in a document.
class PaginationArtifact : public Aspose::Pdf::Artifact
Methods
Method | Description |
---|---|
get_EndPage() const | Gets the ending page number for the artifact. The value must be greater than or equal to 0. If a value less than 0 is set, it will be adjusted to 0. The default value of 0 means there are no end page boundaries. |
get_StartPage() const | Gets the starting page number for the artifact. The value must be greater than or equal to 1. If a value less than 1 is set, it will be adjusted to 1. |
get_Subset() const | Gets the subset of pages to which the artifact applies (e.g., all pages, even pages, odd pages). |
set_EndPage(int32_t) | Sets the ending page number for the artifact. The value must be greater than or equal to 0. If a value less than 0 is set, it will be adjusted to 0. The default value of 0 means there are no end page boundaries. |
set_StartPage(int32_t) | Sets the starting page number for the artifact. The value must be greater than or equal to 1. If a value less than 1 is set, it will be adjusted to 1. |
set_Subset(Aspose::Pdf::Subset) | Sets the subset of pages to which the artifact applies (e.g., all pages, even pages, odd pages). |
See Also
- Class Artifact
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++