com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpLocation

java.lang.Object
  extended by com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpLocation

public class PdfCleanUpLocation
extends Object

Defines the region in PDF document to be erased.


Constructor Summary
PdfCleanUpLocation(int page, Rectangle region)
           
PdfCleanUpLocation(int page, Rectangle region, BaseColor cleanUpColor)
           
 
Method Summary
 BaseColor getCleanUpColor()
           
 int getPage()
           
 Rectangle getRegion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfCleanUpLocation

public PdfCleanUpLocation(int page,
                          Rectangle region)

PdfCleanUpLocation

public PdfCleanUpLocation(int page,
                          Rectangle region,
                          BaseColor cleanUpColor)
Parameters:
page -
region -
cleanUpColor - color used to fill cleaned up area.
Method Detail

getPage

public int getPage()

getRegion

public Rectangle getRegion()

getCleanUpColor

public BaseColor getCleanUpColor()


Copyright © 2014. All Rights Reserved.