Exemplo n.º 1
0
 /* Inherit documentation */
 protected ListIterator /* of PdfPage */ getSelectedPages(PdfDocument pdfDocument)
     throws IOException {
   return pdfDocument.getPageIterator();
 }