PageAreaRedaction
Contents
[
Hide
]
PageAreaRedaction class
Represents a complex textual redaction that affects text, images and annotations in an area of the page.
public class PageAreaRedaction : RegexRedaction
Constructors
| Name | Description |
|---|---|
| PageAreaRedaction(Regex, ReplacementOptions) | Initializes a new instance of PageAreaRedaction class. |
| PageAreaRedaction(Regex, ReplacementOptions, RegionReplacementOptions) | Initializes a new instance of PageAreaRedaction class. |
Properties
| Name | Description |
|---|---|
| ActionOptions { get; } | Gets the ReplacementOptions instance, specifying type of text replacement. |
| override Description { get; } | Returns a string, describing the redaction and its parameters. |
| ImageOptions { get; } | Gets the RegionReplacementOptions options with color and area parameters. |
| OcrConnector { get; set; } | Gets or sets the IOcrConnector implementation, required to extract text from graphic content. |
| RegularExpression { get; } | Gets the regular expression to match. |
Methods
| Name | Description |
|---|---|
| override ApplyTo(DocumentFormatInstance) | Applies the redaction to a given format instance. |
Remarks
Learn more
- More details about applying redactions: Redaction basics
- More details about PageAreaRedaction: Use PageAreaRedaction
See Also
- class RegexRedaction
- namespace GroupDocs.Redaction.Redactions
- assembly GroupDocs.Redaction