pdfSweep 2.0.5 API
|
This class represents a regular expression based cleanup strategy More...
Public Member Functions |
|
RegexBasedCleanupStrategy (String regex) | |
RegexBasedCleanupStrategy (Regex pattern) | |
virtual Color | GetRedactionColor (IPdfTextLocation location) |
Get the color in which redaction is to take place More... |
|
virtual iText.PdfCleanup.Autosweep.RegexBasedCleanupStrategy | SetRedactionColor (Color color) |
virtual ICleanupStrategy | Reset () |
ICleanupStrategy objects have to be reset at times PdfAutoSweep will use the same strategy for all pages, and expects to receive only the rectangles from the last page as output. More... |
|
This class represents a regular expression based cleanup strategy
|
inlinevirtual |
Get the color in which redaction is to take place
location | where to get the redaction color from |
Implements iText.PdfCleanup.Autosweep.ICleanupStrategy.
|
inlinevirtual |
ICleanupStrategy objects have to be reset at times PdfAutoSweep
will use the same strategy for all pages, and expects to receive only the rectangles from the last page as output.
ICleanupStrategy objects have to be reset at times PdfAutoSweep
will use the same strategy for all pages, and expects to receive only the rectangles from the last page as output. Hence the reset method.
Implements iText.PdfCleanup.Autosweep.ICleanupStrategy.