PageSet class

PageSet class

Describes a random set of pages. To learn more, visit the Programming with Documents documentation article.

Constructors

NameDescription
PageSet(page)Creates an one-page set based on exact page index.
PageSet(pages)Creates a page set based on exact page indices.
PageSet(ranges)Creates a page set based on ranges.

Properties

NameDescription
allGets a set with all the pages of the document in their original order.
evenGets a set with all the even pages of the document in their original order.
oddGets a set with all the odd pages of the document in their original order.

See Also