pdftron.PDF
Class PageIterator

java.lang.Object
  extended by pdftron.Common.PDFNetIterator
      extended by pdftron.PDF.PageIterator
All Implemented Interfaces:
java.lang.Cloneable, java.util.Iterator

public class PageIterator
extends PDFNetIterator

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


Method Summary
 java.lang.Object clone()
           
 java.lang.Object next()
          Advances the iterator to the next element of the collection.
 
Methods inherited from class pdftron.Common.PDFNetIterator
Destroy, hasNext, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public java.lang.Object next()
Description copied from class: PDFNetIterator
Advances the iterator to the next element of the collection.

Specified by:
next in interface java.util.Iterator
Specified by:
next in class PDFNetIterator
Returns:
the next object

clone

public java.lang.Object clone()
Specified by:
clone in class PDFNetIterator


© 2002-2011 PDFTron Systems Inc.