Uses of Class
aspose.pdf.RectData

Uses of RectData in aspose.pdf
 

Methods in aspose.pdf that return RectData
 RectData PageSetup.getArtBox()
          Gets a RectData object that indicates the art box of the page.
 RectData PageSetup.getBleedBox()
          Gets a RectData object that indicates the bleed box of the page.
 RectData PageSetup.getCropBox()
          Gets a RectData object that indicates the crop box of the page.
 RectData PageSetup.getTrimBox()
          Gets a RectData object that indicates the trim box of the page.
 

Methods in aspose.pdf with parameters of type RectData
 void PageSetup.setArtBox(RectData value)
          Sets a RectData object that indicates the art box of the page.
 void PageSetup.setBleedBox(RectData value)
          Sets a RectData object that indicates the bleed box of the page.
 void PageSetup.setCropBox(RectData value)
          Sets a float value that indicates the page height.
 void PageSetup.setTrimBox(RectData value)
          Sets a RectData object that indicates the trim box of the page.