DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Class PdfPageList

java.lang.Object
  extended by 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 size()
          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

size

public int size()
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 DynamicPDF v10.07 for Java generated on Aug 12, 2020
© Copyright 2020, ceTe Software