Aspose::Pdf::Artifacts::Pagination::PageRange class

PageRange class

Represents the range of pages for header and footer settings.

class PageRange : public System::Object

Methods

MethodDescription
get_End() constGets the ending page number.
get_Even() constGets the setting for even pages.
get_Odd() constGets the setting for odd pages.
get_Start() constGets the starting page number.
PageRange()
set_End(int32_t)Sets the ending page number.
set_Even(uint8_t)Sets the setting for even pages.
set_Odd(uint8_t)Sets the setting for odd pages.
set_Start(int32_t)Sets the starting page number.

See Also