Aspose::Pdf::PaginationArtifact class

PaginationArtifact class

Represents an abstract base class for pagination artifacts in a document.

class PaginationArtifact : public Aspose::Pdf::Artifact

Methods

MethodDescription
get_EndPage() constGets 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() constGets 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() constGets 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