com.spire.pdf
Class PdfPageWidget

java.lang.Object
  extended by com.spire.pdf.PdfPageBase
      extended by com.spire.pdf.PdfPageWidget

public class PdfPageWidget
extends PdfPageBase

Represents a page loaded from a document.


Constructor Summary
PdfPageWidget(PdfDocumentBase document, PdfDictionary dictionary)
          Initializes a new instance of the class.
 
Method Summary
 PdfDocumentBase getDocument()
          Gets the document.
 
Methods inherited from class com.spire.pdf.PdfPageBase
createTemplate, deleteImage, extractImages, extractImages, getActualBounds, getActualSize, getAllowContainTopDocTemplates, getAnnotations, getAnnotationsWidget, getArtBox, getBackgroudOpacity, getBackgroundColor, getBackgroundImage, getBackgroundRegion, getBleedBox, getCanvas, getClientSize, getCropBox, getDefaultLayerIndex, getImagesInfo, getMediaBox, getPageLabel, getPagePieceInfo, getRotation, getSection, getTrimBox, isAutoAdjustContent, isAutoAdjustContent, isBlank, releaseExtactImageInfo, replaceImage, setAllowContainTopDocTemplates, setAnnotationsWidget, setArtBox, setBackgroudOpacity, setBackgroundColor, setBackgroundImage, setBackgroundImage, setBackgroundRegion, setCropBox, setDefaultLayerIndex, setPagePieceInfo, setRotation, setTabOrder, setTrimBox, tryCompressImage
 

Constructor Detail

PdfPageWidget

public PdfPageWidget(PdfDocumentBase document,
                     PdfDictionary dictionary)
Initializes a new instance of the class.

Parameters:
document - The document.
dictionary - The page's dictionary
Method Detail

getDocument

public PdfDocumentBase getDocument()
Gets the document.

Overrides:
getDocument in class PdfPageBase
Returns:
The pdf document.