com.spire.pdf
Class PdfNewPage

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

public class PdfNewPage
extends PdfPageBase

Represents a single PDF page.


Constructor Summary
PdfNewPage()
          Initializes a new instance of the class.
 
Method Summary
 java.awt.geom.Dimension2D getSize()
          Gets the size of the page.
 void setSection(PdfSection section)
          Sets parent section to the page.
 
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

PdfNewPage

public PdfNewPage()
Initializes a new instance of the class.

Method Detail

getSize

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

Overrides:
getSize in class PdfPageBase

setSection

public void setSection(PdfSection section)
Sets parent section to the page.

Overrides:
setSection in class PdfPageBase
Parameters:
section -