PageSet

PageSet class

Describes a random set of pages.

To learn more, visit the Programming with Documents documentation article.

public sealed class PageSet

Constructors

NameDescription
PageSet(int)Creates an one-page set based on exact page index.
PageSet(params int[])Creates a page set based on exact page indices.
PageSet(params PageRange[])Creates a page set based on ranges.

Properties

NameDescription
static All { get; }Gets a set with all the pages of the document in their original order.
static Even { get; }Gets a set with all the even pages of the document in their original order.
static Odd { get; }Gets a set with all the odd pages of the document in their original order.

See Also