Aspose::Words::Saving::PageSet class
Contents
[
Hide
]PageSet class
Describes a random set of pages. To learn more, visit the Programming with Documents documentation article.
class PageSet : public System::Collections::Generic::IEnumerable<int32_t>
Methods
Method | Description |
---|---|
static get_All() | Gets a set with all the pages of the document in their original order. |
static get_Even() | Gets a set with all the even pages of the document in their original order. |
static get_Odd() | Gets a set with all the odd pages of the document in their original order. |
GetEnumerator() override | |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
PageSet(int32_t) | Creates an one-page set based on exact page index. |
PageSet(const System::ArrayPtr<int32_t>&) | Creates a page set based on exact page indices. |
PageSet(const System::ArrayPtr<System::SharedPtr<Aspose::Words::Saving::PageRange>>&) | Creates a page set based on ranges. |
static Type() |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++