Uses of Class
com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpLocation
-
Packages that use PdfCleanUpLocation Package Description com.itextpdf.text.pdf.pdfcleanup -
-
Uses of PdfCleanUpLocation in com.itextpdf.text.pdf.pdfcleanup
Constructor parameters in com.itextpdf.text.pdf.pdfcleanup with type arguments of type PdfCleanUpLocation Constructor Description PdfCleanUpProcessor(List<PdfCleanUpLocation> pdfCleanUpLocations, PdfStamper pdfStamper)
Creates aPdfCleanUpProcessor
object based on the givenList
ofPdfCleanUpLocation
s representing regions to be erased from the document.
-