com.spire.pdf
Class PdfPageWidget

java.lang.Object
  extended by com.spire.pdf.PdfPageBase
      extended by com.spire.pdf.PdfPageWidget
All Implemented Interfaces:
IPdfWrapper

public class PdfPageWidget
extends PdfPageBase

Represents a page loaded from a document.


Constructor Summary
PdfPageWidget(PdfDocumentBase document, PdfCrossTable cTable, PdfDictionary dictionary)
           
 
Method Summary
 PdfDocumentBase getDocument()
          Gets the document.
 com.spire.ms.System.Collections.Generic.List getPageLayerDefines()
           
 java.awt.geom.Dimension2D getSize()
          Gets the size of the page.
 
Methods inherited from class com.spire.pdf.PdfPageBase
createTemplate, deleteImage, extractImages, extractImages, extractText, extractText, extractText, extractText, extractText, extractText, extractText, findAllText, findText, findText, findText, findText, getActualBounds, getActualSize, getAllowContainTopDocTemplates, getAnnotationsWidget, getArtBox, getBackgroudOpacity, getBackgroundColor, getBackgroundImage, getBackgroundRegion, getBleedBox, getCanvas, getClientSize, getCropBox, getDefaultLayerIndex, getImagesInfo, getMediaBox, getPageLabel, getPageLayers, getRotation, getSection, getTrimBox, isAutoAdjustContent, isAutoAdjustContent, isBlank, releaseExtactImageInfo, replaceImage, setAllowContainTopDocTemplates, setAnnotationsWidget, setBackgroudOpacity, setBackgroundColor, setBackgroundImage, setBackgroundImage, setBackgroundRegion, setDefaultLayerIndex, setRotation, setTabOrder, tryCompressImage
 

Constructor Detail

PdfPageWidget

public PdfPageWidget(PdfDocumentBase document,
                     PdfCrossTable cTable,
                     PdfDictionary dictionary)
Method Detail

getSize

public java.awt.geom.Dimension2D getSize()
Gets the size of the page.

Specified by:
getSize in class PdfPageBase

getDocument

public PdfDocumentBase getDocument()
Gets the document.

Overrides:
getDocument in class PdfPageBase

getPageLayerDefines

public com.spire.ms.System.Collections.Generic.List getPageLayerDefines()