DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Class PdfPage

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

public class PdfPage
extends java.lang.Object

Represents a page from an imported PDF document.

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


Method Summary
 byte[] getContents()
          Returns the uncompressed binary contents of the page.
 java.lang.String getDictionaryValue(java.lang.String key)
          Returns the value of a given page dictionary key.
 PageDimensions getDimensions()
          Gets the page dimensions of the page.
 int getRotate()
          Gets the rotation value of the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDictionaryValue

public java.lang.String getDictionaryValue(java.lang.String key)
Returns the value of a given page dictionary key.

Parameters:
key - The dictionaries key.
Returns:
The dictionary key's value as a string.

getContents

public byte[] getContents()
Returns the uncompressed binary contents of the page.

Returns:
A byte array containing the pages contents.

getRotate

public int getRotate()
Gets the rotation value of the page.


getDimensions

public PageDimensions getDimensions()
Gets the page dimensions of the page.

Returns:
A PageDimensions object.
See Also:
PageDimensions

DynamicPDF by ceTe Software

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