|
pdfSweep 5.0.6 API
|
This class represents a regular expression based cleanup strategy More...
Public Member Functions |
|
| RegexBasedCleanupStrategy (String regex) | |
| Creates an object of regular expression based cleanup strategy. More... |
|
| RegexBasedCleanupStrategy (Regex pattern) | |
| Creates an object of regular expression based cleanup strategy. More... |
|
| virtual Color | GetRedactionColor (IPdfTextLocation location) |
| Get the color in which redaction is to take place More... |
|
| virtual iText.PdfCleanup.Autosweep.RegexBasedCleanupStrategy | SetRedactionColor (Color color) |
| Sets the color in which redaction is to take place. More... |
|
| virtual ICleanupStrategy | Reset () |
| Returns an ICleanupStrategy object which is set to this regular pattern and redaction color. More... |
|
This class represents a regular expression based cleanup strategy
|
inline |
Creates an object of regular expression based cleanup strategy.
| regex | regular expression on which cleanup strategy will be based |
|
inline |
Creates an object of regular expression based cleanup strategy.
| pattern |
System.Text.RegularExpressions.Regex pattern on which cleanup strategy will be based
|
inlinevirtual |
Get the color in which redaction is to take place
Implements iText.PdfCleanup.Autosweep.ICleanupStrategy.
|
inlinevirtual |
Returns an ICleanupStrategy object which is set to this regular pattern and redaction color.
Implements iText.PdfCleanup.Autosweep.ICleanupStrategy.
|
inlinevirtual |
Sets the color in which redaction is to take place.
| color | the color in which redaction is to take place |