Click or drag to resize

PageIterator Class

PageIterator is an iterator type that can be used to traverse a list pages in a PDF document. For more information, please PDFDoc::GetPageIterator().
Inheritance Hierarchy
SystemObject
  pdftron.PDFPageIterator

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PageIterator : IClosable

The PageIterator type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodCurrent
Gets the current Page object
Public methodEquals
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPageNumber
Gets the page number
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasNext
Determine if true if the iteration has more elements.
Public methodNext
iterates to next Page object
Public methodSet
Sets value to the given PageIterator object
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also