even property

PageSet.even property

Gets a set with all the even pages of the document in their original order.

@property
def even(self) -> aspose.words.saving.PageSet:
    ...

Remarks

Even pages have odd indices since page indices are zero-based.

See Also