PageIterator Class |
Namespace: pdftron.PDF
public sealed class PageIterator : IClosable
The PageIterator type exposes the following members.
Name | Description | |
---|---|---|
Close | ||
Current | Gets the current Page object
| |
Equals | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPageNumber | Gets the page number
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasNext | Determine if true if the iteration has more elements.
| |
Next | iterates to next Page object
| |
Set | Sets value to the given PageIterator object
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |