DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Class PdfPageList

java.lang.Object
  |
  +--com.cete.dynamicpdf.merger.PdfPageList

public class PdfPageList
extends java.lang.Object

Represents a collection of PDF pages.

Licensing:
This class is a DynamicPDF Merger Standard Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 PdfPage getPdfPage(int index)
          Gets a PDF page at the given index.
 int getSize()
          Gets the number of PDF pages in the collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public int getSize()
Gets the number of PDF pages in the collection.

Returns:
The number of PDF pages in the collection.

getPdfPage

public PdfPage getPdfPage(int index)
Gets a PDF page at the given index.

Parameters:
index - Integer value indicating index.
Returns:
A PDF page at the given index.
See Also:
PdfPage

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software