PageSet Class |
Namespace: pdftron.PDF
public sealed class PageSet : IClosable
The PageSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | PageSet | Default constructor. Constructs 'PageSet' with no pages |
![]() | PageSet(Int32) | Construct a set of pages with just one number.
|
![]() | PageSet(Int32, Int32) | Construct a range of pages.
|
![]() | PageSet(Int32, Int32, PageSetFilter) | Construct a filtered range of pages.
|
Name | Description | |
---|---|---|
![]() | AddPage | Add a value to the sequence.
|
![]() | AddRange(Int32, Int32) | Add a range of values to the sequence. Reverse ordering is legal.
|
![]() | AddRange(Int32, Int32, PageSetFilter) | Add a range of values to the sequence. Reverse ordering is legal.
|
![]() | Close | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |