Aspose::Pdf::Artifacts::Pagination::PageRange class
PageRange class
Represents the range of pages for header and footer settings.
class PageRange : public System::Object
Methods
Method | Description |
---|---|
get_End() const | Gets the ending page number. |
get_Even() const | Gets the setting for even pages. |
get_Odd() const | Gets the setting for odd pages. |
get_Start() const | Gets 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
- Class Object
- Namespace Aspose::Pdf::Artifacts::Pagination
- Library Aspose.PDF for C++