public class

PageIterator

extends PDFNetIterator<T>
java.lang.Object
   ↳ com.pdftron.common.PDFNetIterator<T>
     ↳ com.pdftron.pdf.PageIterator

Class Overview

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

Summary

Public Methods
Object clone()
Page next()
Advances the iterator to the next element of the collection.
[Expand]
Inherited Methods
From class com.pdftron.common.PDFNetIterator
From class java.lang.Object
From interface java.util.Iterator

Public Methods

public Object clone ()

public Page next ()

Advances the iterator to the next element of the collection.

Returns
  • the next object