odd property

PageSet.odd property

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

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

Remarks

Odd pages have even indices since page indices are zero-based.

See Also