PageSet Class
Wordize.Saving.PageSet class. Describes a random set of pages.
PageSet class
Describes a random set of pages.
public sealed class PageSet : IEnumerable<int>
Constructors
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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. |
Methods
See Also